diff --git a/README.rst b/README.rst index 7b0ca52..cfa0917 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index e424332..6336a3e 100644 --- a/setup.py +++ b/setup.py @@ -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',