Skip to content

Commit

Permalink
Fixed #538 -- Added zip_safe=False to setup.py. Thanks, grayrest@gmai…
Browse files Browse the repository at this point in the history
…l.com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 22, 2005
1 parent a269a20 commit f5a78ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -20,4 +20,5 @@
'admin_media/js/admin/*js'],
},
scripts = ['django/bin/django-admin.py'],
zip_safe = False,
)

0 comments on commit f5a78ae

Please sign in to comment.