Add zip_safe=False in setup.py

This commit is contained in:
Tzu-ping Chung 2019-04-02 19:27:40 +08:00
parent 4929f98d96
commit e30c95d84c
1 changed files with 1 additions and 0 deletions

View File

@ -72,4 +72,5 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
zip_safe=False,
)