Skip to content

Commit 2f8ca81

Browse files
committed
set zip_safe=false in setup.cfg
This should finally allow mypy to find the stubs
1 parent 0d2ec83 commit 2f8ca81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ project_urls =
4040
packages = find:
4141
install_requires =
4242
setuptools>=41.0
43-
python_requires = >=3.6
43+
python_requires = >=3.7
4444
include_package_data = True
45+
zip_safe = false
4546

4647
[options.packages.find]
4748
exclude =

0 commit comments

Comments
 (0)