Skip to content

Commit

Permalink
Set zip_safe = False
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Oct 5, 2010
1 parent e197717 commit e020130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
*.pyc
/build
*.egg-info/
*.egg-info/
/dist
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -10,6 +10,7 @@
description='Key/Value Indexer',
url='http://github.com/dcramer/django-indexer',
packages=find_packages(),
zip_safe=False,
include_package_data=True,
classifiers=[
"Framework :: Django",
Expand Down

0 comments on commit e020130

Please sign in to comment.