projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28dc725
)
Added 'zip_safe' flag to 'setup.py'.
author
bmcustodio
<bruno@brunomcustodio.com>
Tue, 30 Oct 2012 15:20:08 +0000
(15:20 +0000)
committer
bmcustodio
<bruno@brunomcustodio.com>
Tue, 30 Oct 2012 15:25:36 +0000
(15:25 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 9844ab1b440fa3754f8e959d817359889afd3269..4324fc338fe7495dcc077baefe6b45aa13a53c48 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-54,6
+54,7
@@
setup(
include_package_data=True,
install_requires=requires,
license=open('LICENSE').read(),
+ zip_safe=False,
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',