Skip to content

Commit a674048

Browse files
committed
Add zip_safe flag to setup.py
1 parent 0299469 commit a674048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ def run_tests(self):
4949
],
5050
tests_require=['pytest'],
5151
cmdclass={'test': PyTest},
52+
zip_safe=True,
5253
)

0 commit comments

Comments
 (0)