fix: remove obsolete zip_safe (#4783)

remove obsolete `zip_safe`
This commit is contained in:
Kevin Kirsche 2022-08-22 12:05:52 -04:00 committed by GitHub
parent 212b72a1fe
commit 00bdc2b448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',
],