Skip to content

Commit

Permalink
Add zip_safe=True
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 9dbda1f commit e1ec22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
"Typing :: Typed",
],
cmdclass=get_release_command_class(),
zip_safe=True,
)

0 comments on commit e1ec22b

Please sign in to comment.