From 0f988582315ba6693e3b840401d86d34f57df77f Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 20 Jul 2017 10:10:11 +0200 Subject: [PATCH] Remove NO_SETUPTOOLS. Folks could just install setuptools before installing pylint. Close #1571 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9547235ec..fbd3a0375 100644 --- a/setup.py +++ b/setup.py @@ -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