[pytango] 101/122: Add pypi badge to README (#78)

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.

commit e75a7b6add6f57de915bc05860b339e1cbf188cf
Author: Tiago Coutinho <coutinhotiago at gmail.com>
Date:   Thu Jan 12 17:38:19 2017 +0100

    Add pypi badge to README (#78)
    
    * Add pypi badge to README
    
    * Add travis badge to the readme file
    
    * Add pyversions badge to the readme file
    
    * Update python versions in classifiers
---
 README.rst | 19 +++++++++++++++++--
 setup.py   |  4 +++-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 8f39d4a..74f6048 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,9 @@ PyTango
 =======
 
 |Doc Status|
+|Build Status|
+|Pypi Version|
+|Python Versions|
 
 Main website: http://pytango.rtfd.io
 
@@ -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
diff --git a/setup.py b/setup.py
index c84acee..27b22b0 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
     ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list