From 62e1790dfb60bd754e6b4d9bd9b16cc8ec5669c2 Mon Sep 17 00:00:00 2001 From: Jeroen Op 't Eynde Date: Wed, 24 May 2017 13:16:17 +0200 Subject: [PATCH] Correct README badge and zip_false on setup.py --- README.rst | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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',