From 951eb758749e1b1637450f915154d862f3a612d3 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Tue, 2 Oct 2018 21:57:22 +1000
Subject: [PATCH] Remove some old references to tupak

---
 bilby/__init__.py | 2 +-
 setup.py          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bilby/__init__.py b/bilby/__init__.py
index eda8dc202..df7998a26 100644
--- a/bilby/__init__.py
+++ b/bilby/__init__.py
@@ -2,7 +2,7 @@
 Bilby
 =====
 
-Bilby: a user friendly Bayesian inference library.
+Bilby: a user-friendly Bayesian inference library.
 
 The aim of bilby is to provide user friendly interface to perform parameter
 estimation. It is primarily designed and built for inference of compact
diff --git a/setup.py b/setup.py
index 334c2d5ca..602acbe9a 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ version_file = write_version_file(version)
 long_description = get_long_description()
 
 setup(name='bilby',
-      description='The User friendly Parameter estimAtion Kode',
+      description='A user-friendly Bayesian inference library',
       long_description=long_description,
       url='https://git.ligo.org/Monash/bilby',
       author='Greg Ashton, Moritz Huebner, Paul Lasky, Colm Talbot',
-- 
GitLab