Skip to content

Commit e1b002b

Browse files
committed
Merge branch 'hotfix/import' into develop
2 parents 4ae5634 + 2c17188 commit e1b002b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
description=_short_description,
1818
version=_version,
1919
packages=_packages,
20-
install_requires=['pylint>=1.0', 'astroid>=1.0', 'pylint-plugin-utils>=0.1'],
20+
install_requires=['pylint>=1.0', 'astroid>=1.0', 'pylint-plugin-utils>=0.2.1'],
2121
license='GPLv2',
22-
keywords='pylint celery plugin'
22+
keywords='pylint celery plugin',
23+
zip_safe=False, # https://github.com/landscapeio/prospector/issues/18#issuecomment-49857277
2324
)

0 commit comments

Comments
 (0)