Fix badge. Remove python 3 from classifiers due to dependencies
This commit is contained in:
parent
db1ad8b4d8
commit
2c56744c62
2 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,11 @@ djangocms-blog
|
||||||
.. image:: https://travis-ci.org/nephila/djangocms-blog.svg?branch=develop
|
.. image:: https://travis-ci.org/nephila/djangocms-blog.svg?branch=develop
|
||||||
:target: https://travis-ci.org/nephila/djangocms-blog
|
:target: https://travis-ci.org/nephila/djangocms-blog
|
||||||
|
|
||||||
.. image:: https://coveralls.io/repos/nephila/djangocms-blog/badge.png
|
.. image:: https://pypip.in/d/djangocms-blog/badge.png
|
||||||
:target: https://coveralls.io/r/nephila/djangocms-blog
|
:target: https://pypi.python.org/pypi/djangocms-blog
|
||||||
|
|
||||||
|
.. image:: https://coveralls.io/repos/nephila/djangocms-blog/badge.png?branch=develop
|
||||||
|
:target: https://coveralls.io/r/nephila/djangocms-blog?branch=develop
|
||||||
|
|
||||||
|
|
||||||
A djangoCMS 3 blog application.
|
A djangoCMS 3 blog application.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -61,7 +61,5 @@ setup(
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
|
||||||
'Programming Language :: Python :: 3.3',
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue