diff options
| author | gcetusic <goran.cetusic@gmail.com> | 2013-07-04 16:09:54 +0200 |
|---|---|---|
| committer | gcetusic <goran.cetusic@gmail.com> | 2013-07-04 16:09:54 +0200 |
| commit | 85a046ffce49b68630e1f1c093a3e6f4ee65ea59 (patch) | |
| tree | f606d327b8fcd6cc5b64dbbb4fa4e0782cd32087 | |
| parent | a160b317021ebf74a1a1d1fe21ffd36402984335 (diff) | |
| download | httpretty-85a046ffce49b68630e1f1c093a3e6f4ee65ea59.tar.gz | |
known issus - setup.py doesn't work correctly under python 3.3 without this
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
