Skip to content

Commit

Permalink
Correct README badge and zip_false on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Op 't Eynde committed May 24, 2017
1 parent bf09ab4 commit 62e1790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Django-locking
==============

.. image:: https://coveralls.io/repos/github/vikingco/django-db-locking/badge.svg?branch=py23
:target: https://coveralls.io/github/vikingco/django-db-locking?branch=py23
.. image:: https://coveralls.io/repos/github/vikingco/django-db-locking/badge.svg?branch=master
:target: https://coveralls.io/github/vikingco/django-db-locking?branch=master
.. image:: https://travis-ci.org/vikingco/django-db-locking.svg?branch=master
:target: https://travis-ci.org/vikingco/django-db-locking

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
extras_require={'celery': ["celery"] },
tests_require=tests_require,
dependency_links=dependency_links,
zip_safe=False,
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python',
Expand Down

0 comments on commit 62e1790

Please sign in to comment.