Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Valentin Samir
django-cas-server
Commits
ee003b6b
Commit
ee003b6b
authored
Aug 03, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a github version badge
parent
170c5571
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
README.rst
README.rst
+5
-2
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
ee003b6b
CAS Server
##########
|travis| |ver
sion
| |lisence| |
codacy| |coverage
| |doc|
|travis| |
co
ver
age
| |lisence| |
github_version| |pypi_version| |codacy
| |doc|
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>`_.
...
...
@@ -604,9 +604,12 @@ You could for example do as bellow :
.. |travis| image:: https://badges.genua.fr/travis/nitmir/django-cas-server/master.svg
: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
.. |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
:target: https://www.gnu.org/licenses/gpl-3.0.html
...
...
setup.py
View file @
ee003b6b
...
...
@@ -62,7 +62,7 @@ if __name__ == '__main__':
'lxml >= 3.4'
,
'six >= 1'
],
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
,
setup_requires
=
[
'pytest-runner'
],
tests_require
=
[
'pytest'
,
'pytest-django'
,
'pytest-pythonpath'
,
'pytest-warnings'
,
'mock>=1'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment