Show More
@@ -70,7 +70,11 b' import re' | |||
|
70 | 70 | import shutil |
|
71 | 71 | import tempfile |
|
72 | 72 | from distutils import log |
|
73 | from distutils.core import setup, Command, Extension | |
|
73 | if 'FORCE_SETUPTOOLS' in os.environ: | |
|
74 | from setuptools import setup | |
|
75 | else: | |
|
76 | from distutils.core import setup | |
|
77 | from distutils.core import Command, Extension | |
|
74 | 78 | from distutils.dist import Distribution |
|
75 | 79 | from distutils.command.build import build |
|
76 | 80 | from distutils.command.build_ext import build_ext |
General Comments 0
You need to be logged in to leave comments.
Login now