diff --git a/setup.cfg b/setup.cfg index 15ffb22f..16f4d15f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,4 +10,4 @@ license_files = LICENSE # support. Removing this line (or setting universal to 0) will prevent # bdist_wheel from trying to make a universal wheel. For more see: # https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels -universal=0 +# universal=0 diff --git a/setup.py b/setup.py index 1d84b465..87e25a6e 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def run(self): platforms=["linux", "linux2", "darwin"], # Zip safe configuration # https://setuptools.readthedocs.io/en/latest/setuptools.html#setting-the-zip-safe-flag - zip_safe=False, + zip_safe=True, # Install extra scripts scripts=['scripts/jetson_swap', 'scripts/jetson_release'], cmdclass={'develop': PostDevelopCommand,