spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
449 stars 128 forks source link

setup.py: remove zip_safe #709

Closed mgeier closed 1 year ago

mgeier commented 1 year ago

Since #705, the module is not zip-safe anymore.

But it turns out that the whole concept is deprecated, see https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html

Removing it seems the right thing to do.