Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 0088d0f

Browse files
authored
MAINT: set zip_safe to False in setup.py (#46)
Closes #36. See the mypy docs: https://mypy.readthedocs.io/en/latest/installed_packages.html#making-pep-561-compatible-packages for more information.
1 parent 45586ae commit 0088d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def find_stubs(package):
2323
# PEP 561 requires these
2424
install_requires=['numpy>=1.14.0'],
2525
package_data=find_stubs('numpy-stubs'),
26+
zip_safe=False,
2627
)

0 commit comments

Comments
 (0)