diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,5 +30,6 @@ setuptools.command.easy_install.easy_install = easier_install setup( setup_requires=['d2to1>=0.2.3', 'stsci.distutils>=0.2dev'], d2to1=True, - use_2to3=True + use_2to3=True, + zip_safe=False ) |