summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcetusic <goran.cetusic@gmail.com>2013-07-04 16:09:54 +0200
committergcetusic <goran.cetusic@gmail.com>2013-07-04 16:09:54 +0200
commit85a046ffce49b68630e1f1c093a3e6f4ee65ea59 (patch)
treef606d327b8fcd6cc5b64dbbb4fa4e0782cd32087
parenta160b317021ebf74a1a1d1fe21ffd36402984335 (diff)
downloadhttpretty-85a046ffce49b68630e1f1c093a3e6f4ee65ea59.tar.gz
known issus - setup.py doesn't work correctly under python 3.3 without this
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9dc1a2e..6dc8131 100755
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(name='httpretty',
author='Gabriel Falcao',
author_email='gabriel@nacaolivre.org',
url='http://github.com/gabrielfalcao/httpretty',
+ zip_safe=False,
packages=get_packages(),
tests_require=test_packages(),
license='MIT',