We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0299469 commit a674048Copy full SHA for a674048
setup.py
@@ -49,4 +49,5 @@ def run_tests(self):
49
],
50
tests_require=['pytest'],
51
cmdclass={'test': PyTest},
52
+ zip_safe=True,
53
)
0 commit comments