Skip to content

Commit cf43702

Browse files
authored
add zip_safe=False to setup.py
1 parent d7ab8d5 commit cf43702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ def get_packages(package):
6565
"Programming Language :: Python :: 3.6",
6666
"Programming Language :: Python :: 3.7",
6767
],
68+
zip_safe=False,
6869
)

0 commit comments

Comments
 (0)