Remove NO_SETUPTOOLS. Folks could just install setuptools before installing pylint. Close #1571

This commit is contained in:
Claudiu Popa 2017-07-20 10:10:11 +02:00
parent d54f3cf4b5
commit 0f98858231
No known key found for this signature in database
GPG Key ID: 4CFB85C36C61B4FC

View File

@ -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