Skip to content

Commit bc3a881

Browse files
authored
Merge pull request #73 from erm0l0v/master
#72 Add zip_safe
2 parents 93fd041 + bf48f36 commit bc3a881

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)