not zip_safe

This commit is contained in:
lilydjwg 2018-05-06 11:48:24 +08:00
parent 3d69ad4ad6
commit 54f474cfb2

View file

@ -15,7 +15,7 @@ setup(
url = 'https://github.com/lilydjwg/nvchecker',
long_description = open('README.rst', encoding='utf-8').read(),
platforms = 'any',
zip_safe = True,
zip_safe = False,
packages = find_packages(exclude=["tests"]),
install_requires = ['setuptools', 'structlog'],