Skip to content
Snippets Groups Projects
Commit 884f55de authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Version 0.5.9 release

- Bug fix to previous release for pypi issue
parent 8111c4c4
No related branches found
No related tags found
No related merge requests found
Pipeline #85549 passed
......@@ -22,7 +22,7 @@ If you need help, find an issue, or just have a question/suggestion you can
We encourage you to contribute to the development of bilby. This is done via a merge request. For
help in creating a merge request, see `this page
<https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html>`__ or contact
us directly. For advice on contributing, see `the contributing guide<https://git.ligo.org/lscsoft/bilby/blob/master/CONTRIBUTING.md>`__.
us directly. For advice on contributing, see `the contributing guide <https://git.ligo.org/lscsoft/bilby/blob/master/CONTRIBUTING.md>`__.
--------------
......
......@@ -47,6 +47,7 @@ def get_long_description():
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
long_description = f.read()
print(long_description)
return long_description
......@@ -64,6 +65,7 @@ long_description = get_long_description()
setup(name='bilby',
description='A user-friendly Bayesian inference library',
long_description=long_description,
long_description_content_type="text/x-rst",
url='https://git.ligo.org/lscsoft/bilby',
author='Greg Ashton, Moritz Huebner, Paul Lasky, Colm Talbot',
author_email='paul.lasky@monash.edu',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment