numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

MAINT: set `zip_safe` to `False` in `setup.py` #46

Closed person142 closed 4 years ago

person142 commented 4 years ago

Closes https://github.com/numpy/numpy-stubs/issues/36.

See the mypy docs:

https://mypy.readthedocs.io/en/latest/installed_packages.html#making-pep-561-compatible-packages

for more information.

person142 commented 4 years ago

Since this is a small change, I will merge it tomorrow unless someone complains.

rgommers commented 4 years ago

Merged, thanks Josh