Skip to content

Commit

Permalink
Remove zip_safe=False cruft (see python/mypy#8802 (comment) )
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed May 14, 2020
1 parent 58aa209 commit 93eab2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def read(file_name: str) -> str:
project_urls={"Changelog": "https://github.com/hukkinj1/typenv/blob/master/CHANGELOG.md"},
packages=["typenv"],
package_data={"typenv": ["py.typed"]},
zip_safe=False, # For mypy to be able to find the installed package
long_description=read("README.md"),
long_description_content_type="text/markdown",
install_requires=["python-dotenv>=0.10.3,<0.14.0"],
Expand Down

0 comments on commit 93eab2e

Please sign in to comment.