We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1beb73 commit e1ffdccCopy full SHA for e1ffdcc
setup.py
@@ -60,6 +60,7 @@ def text_of(relpath):
60
61
LONG_DESCRIPTION = text_of('README.rst') + '\n\n' + text_of('HISTORY.rst')
62
63
+ZIP_SAFE = False
64
65
params = {
66
'name': NAME,
@@ -77,6 +78,7 @@ def text_of(relpath):
77
78
'tests_require': TESTS_REQUIRE,
79
'test_suite': TEST_SUITE,
80
'classifiers': CLASSIFIERS,
81
+ 'zip_safe': ZIP_SAFE,
82
}
83
84
setup(**params)
0 commit comments