Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit f238682

Browse files
committed
Make package not zip_safe
1 parent f2ecd38 commit f238682

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
@@ -40,6 +40,7 @@ def get_version():
4040
license='MIT',
4141
keywords='graphviz dot graphs visualization',
4242
platforms=['any'],
43+
zip_safe=False,
4344
classifiers=[
4445
'Development Status :: 5 - Production/Stable',
4546
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)