diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2017-07-20 10:10:11 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-07-20 10:10:11 +0200 |
commit | 0f988582315ba6693e3b840401d86d34f57df77f (patch) | |
tree | 0d36671c4146898ccece272c11c709f528bb82be /setup.py | |
parent | d54f3cf4b578760034b31175ffd394a86972d83f (diff) | |
download | pylint-git-0f988582315ba6693e3b840401d86d34f57df77f.tar.gz |
Remove NO_SETUPTOOLS. Folks could just install setuptools before installing pylint. Close #1571
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,8 +20,6 @@ import shutil from os.path import isdir, exists, join try: - if os.environ.get('NO_SETUPTOOLS'): - raise ImportError() from setuptools import setup from setuptools.command import easy_install as easy_install_lib from setuptools.command import install_lib |