diff --git a/setup.py b/setup.py index 6547c6cd8a..96c9f1734f 100755 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ 'py3where': 'build', # Tell nose where to find tests under PY3. } + def write_nose_config(): """Write out setup.cfg. Since py3where has to be set for tests to run correctly in Python 3 we create this @@ -311,5 +312,6 @@ def build_extension(self, ext): "Topic :: Database"], cmdclass={"build_ext": custom_build_ext, "doc": doc}, + zip_safe=False, **extra_opts )