Commit c9b2c37
committed
Remove zip_safe=False flag from setup.py.
The flag only matters when installing from eggs
(https://setuptools.readthedocs.io/en/latest/setuptools.html#setting-the-zip-safe-flag)
which are mostly unused nowadays, and setuptools will still correctly
infer that matplotlib is not "zip_safe" based on the presence of
extension modules even when zip_safe=False is not explicitly set.1 parent 9a8df49 commit c9b2c37
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | 291 | | |
296 | 292 | | |
0 commit comments