Skip to content

Commit

Permalink
Test disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Feb 17, 2020
1 parent cddc367 commit ee332ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ee332ee

Please sign in to comment.