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

Minor fixes to readme and setup

1) Add version badge
2) Remove inconsistent full stops
3) Add classifiers to setup
parent b1fe0e64
No related branches found
No related tags found
No related merge requests found
Pipeline #31001 passed
|pipeline status| |coverage report| |pypi| |pipeline status| |coverage report| |pypi| |version|
Tupak Tupak
===== =====
...@@ -7,8 +7,8 @@ Fulfilling all your gravitational wave dreams. ...@@ -7,8 +7,8 @@ Fulfilling all your gravitational wave dreams.
- `Installation - `Installation
instructions <https://monash.docs.ligo.org/tupak/installation.html>`__ instructions <https://monash.docs.ligo.org/tupak/installation.html>`__
- `Contributing <https://git.ligo.org/Monash/tupak/blob/master/CONTRIBUTING.md>`__. - `Contributing <https://git.ligo.org/Monash/tupak/blob/master/CONTRIBUTING.md>`__
- `Documentation <https://monash.docs.ligo.org/tupak/index.html>`__. - `Documentation <https://monash.docs.ligo.org/tupak/index.html>`__
- `Issue tracker <https://git.ligo.org/Monash/tupak/issues>`__ - `Issue tracker <https://git.ligo.org/Monash/tupak/issues>`__
We encourage you to contribute to the development via a merge request. For We encourage you to contribute to the development via a merge request. For
...@@ -21,4 +21,6 @@ us directly. ...@@ -21,4 +21,6 @@ us directly.
.. |coverage report| image:: https://monash.docs.ligo.org/tupak/coverage_badge.svg .. |coverage report| image:: https://monash.docs.ligo.org/tupak/coverage_badge.svg
:target: https://monash.docs.ligo.org/tupak/htmlcov/ :target: https://monash.docs.ligo.org/tupak/htmlcov/
.. |pypi| image:: https://badge.fury.io/py/TUPAK.svg .. |pypi| image:: https://badge.fury.io/py/TUPAK.svg
:target: https://badge.fury.io/py/TUPAK :target: https://pypi.org/project/TUPAK/
.. |version| image:: https://img.shields.io/pypi/pyversions/tupak.svg
:target: https://pypi.org/project/TUPAK/
...@@ -79,4 +79,9 @@ setup(name='tupak', ...@@ -79,4 +79,9 @@ setup(name='tupak',
'scipy'], 'scipy'],
entry_points={'console_scripts': entry_points={'console_scripts':
['tupak_plot=cli_tupak.plot_multiple_posteriors:main'] ['tupak_plot=cli_tupak.plot_multiple_posteriors:main']
}) },
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"])
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