Skip to content

Commit bf48f36

Browse files
author
erm0l0v
committed
Add zip_safe
1 parent 93fd041 commit bf48f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@
6262
install_requires=_install_requires,
6363
license='GPLv2',
6464
classifiers=_classifiers,
65-
keywords='pylint django plugin'
65+
keywords='pylint django plugin',
66+
zip_safe=False,
6667
)

0 commit comments

Comments
 (0)