mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
not zip_safe
This commit is contained in:
parent
3d69ad4ad6
commit
54f474cfb2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue