From ee332ee94287a63ad495e5e3c2c01b441181da15 Mon Sep 17 00:00:00 2001 From: Raffaello Bonghi Date: Mon, 17 Feb 2020 21:33:18 +0000 Subject: [PATCH] Test disable cache --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,