Add a github version badge
This commit is contained in:
parent
170c557190
commit
ee003b6b65
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
CAS Server
|
CAS Server
|
||||||
##########
|
##########
|
||||||
|
|
||||||
|travis| |version| |lisence| |codacy| |coverage| |doc|
|
|travis| |coverage| |lisence| |github_version| |pypi_version| |codacy| |doc|
|
||||||
|
|
||||||
CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification
|
CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification
|
||||||
<https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html>`_.
|
<https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html>`_.
|
||||||
|
@ -604,9 +604,12 @@ You could for example do as bellow :
|
||||||
.. |travis| image:: https://badges.genua.fr/travis/nitmir/django-cas-server/master.svg
|
.. |travis| image:: https://badges.genua.fr/travis/nitmir/django-cas-server/master.svg
|
||||||
:target: https://travis-ci.org/nitmir/django-cas-server
|
:target: https://travis-ci.org/nitmir/django-cas-server
|
||||||
|
|
||||||
.. |version| image:: https://badges.genua.fr/pypi/v/django-cas-server.svg
|
.. |pypi_version| image:: https://badges.genua.fr/pypi/v/django-cas-server.svg
|
||||||
:target: https://pypi.python.org/pypi/django-cas-server
|
:target: https://pypi.python.org/pypi/django-cas-server
|
||||||
|
|
||||||
|
.. |github_version| image:: https://badges.genua.fr/github/tag/nitmir/django-cas-server.svg?label=github
|
||||||
|
:target: https://github.com/nitmir/django-cas-server/releases/latest
|
||||||
|
|
||||||
.. |lisence| image:: https://badges.genua.fr/pypi/l/django-cas-server.svg
|
.. |lisence| image:: https://badges.genua.fr/pypi/l/django-cas-server.svg
|
||||||
:target: https://www.gnu.org/licenses/gpl-3.0.html
|
:target: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ if __name__ == '__main__':
|
||||||
'lxml >= 3.4', 'six >= 1'
|
'lxml >= 3.4', 'six >= 1'
|
||||||
],
|
],
|
||||||
url="https://github.com/nitmir/django-cas-server",
|
url="https://github.com/nitmir/django-cas-server",
|
||||||
download_url="https://github.com/nitmir/django-cas-server/releases",
|
download_url="https://github.com/nitmir/django-cas-server/releases/latest",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
tests_require=['pytest', 'pytest-django', 'pytest-pythonpath', 'pytest-warnings', 'mock>=1'],
|
tests_require=['pytest', 'pytest-django', 'pytest-pythonpath', 'pytest-warnings', 'mock>=1'],
|
||||||
|
|
Loading…
Reference in a new issue