Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Add pypi badge to README #78

Merged
merged 4 commits into from Jan 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.rst
Expand Up @@ -2,6 +2,9 @@ PyTango
=======

|Doc Status|
|Build Status|
|Pypi Version|
|Python Versions|

Main website: http://pytango.rtfd.io

Expand Down Expand Up @@ -91,8 +94,20 @@ You can get support from the `Tango forums`_, for both Tango_ and PyTango_ quest
All contributions, `PR and bug reports`_ are welcome!

.. |Doc Status| image:: https://readthedocs.org/projects/pytango/badge/?version=latest
:target: http://pytango.readthedocs.io/en/latest/?badge=latest
:alt: PyTango documentation status
:target: http://pytango.readthedocs.io/en/latest
:alt:

.. |Build Status| image:: https://travis-ci.org/tango-controls/pytango.svg?branch=master
:target: https://travis-ci.org/tango-controls/pytango
:alt:

.. |Pypi Version| image:: https://img.shields.io/pypi/v/PyTango.svg
:target: https://pypi.python.org/pypi/PyTango
:alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/PyTango.svg
:target: https://pypi.python.org/pypi/PyTango/
:alt:

.. _Tango: http://tango-controls.org
.. _Tango C++ API: http://esrf.eu/computing/cs/tango/tango_doc/kernel_doc/cpp_doc
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -452,7 +452,9 @@ def setup_args():
'Operating System :: Unix',
'Programming Language :: C',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries',
]
Expand Down