Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
884f55de
Commit
884f55de
authored
5 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.5.9 release
- Bug fix to previous release for pypi issue
parent
8111c4c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#85549
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
setup.py
+2
-0
2 additions, 0 deletions
setup.py
with
3 additions
and
1 deletion
README.rst
+
1
−
1
View file @
884f55de
...
...
@@ -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>`__.
--------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
0
View file @
884f55de
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment