Skip to content

Commit

Permalink
Remove zip_safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Oct 16, 2022
1 parent 697e261 commit 3414594
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 @@ -75,7 +75,6 @@
license_files=("LICENSE",),
packages=find_packages(),
package_data={f"{name}": ["py.typed"]},
zip_safe=True,
python_requires=">=3.7",
install_requires=core_requirements,
extras_require={
Expand Down

0 comments on commit 3414594

Please sign in to comment.