fix: remove obsolete zip_safe

This commit is contained in:
Kevin Kirsche 2022-08-22 11:58:06 -04:00
parent 56a95f6ff6
commit 4949d5def8
No known key found for this signature in database
GPG key ID: 37F3D97B516CC0E9

View file

@ -41,7 +41,6 @@ to it.
version='1.0.0',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=[
'flask',
],