Browse Source

Mark as zip_safe=False

David Cramer 14 years ago
parent
commit
07b589d501
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -10,6 +10,7 @@ setup(
     url='http://github.com/dcramer/django-sentry',
     description = 'Exception Logging to a Database in Django',
     packages=find_packages(),
+    zip_safe=False,
     install_requires=[
         'pygooglechart',
         'django-paging',