From 8483e34d7495089a8684d0fe5e57c4b374af8e27 Mon Sep 17 00:00:00 2001 From: Mateusz Dereniowski Date: Tue, 22 Sep 2015 11:58:51 +0200 Subject: [PATCH] Add zip_safe=False to the setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cc0008f..0b6cff2 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ author_email='nakahara.kunihiko@gmail.com', url='https://github.com/gcaprio/django-bootstrap3-datetimepicker.git', license='Apache License 2.0', + zip_safe=False, classifiers=[ 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License',