Skip to content

Commit 2c17188

Browse files
committed
Applying the not-zip-safe flag to work around import problems when pylint loads the plugin via imp.find_module after using python setup.py install to install the package
1 parent ae1b404 commit 2c17188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy