Skip to content

Commit d1f0b63

Browse files
authored
Merge pull request matplotlib#13543 from anntzer/zip_safe
Remove zip_safe=False flag from setup.py.
2 parents cf45de8 + c9b2c37 commit d1f0b63

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,5 @@ def run(self):
266266
"python-dateutil>=2.1",
267267
],
268268

269-
# matplotlib has C/C++ extensions, so it's not zip safe.
270-
# Telling setuptools this prevents it from doing an automatic
271-
# check for zip safety.
272-
zip_safe=False,
273269
cmdclass=cmdclass,
274270
)

0 commit comments

Comments
 (0)