Skip to content

Commit

Permalink
Merge pull request matplotlib#13543 from anntzer/zip_safe
Browse files Browse the repository at this point in the history
Remove zip_safe=False flag from setup.py.
  • Loading branch information
timhoffm authored Aug 25, 2019
2 parents cf45de8 + c9b2c37 commit d1f0b63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,5 @@ def run(self):
"python-dateutil>=2.1",
],

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

0 comments on commit d1f0b63

Please sign in to comment.