Show More
@@ -70,7 +70,11 b' import re' | |||||
70 | import shutil |
|
70 | import shutil | |
71 | import tempfile |
|
71 | import tempfile | |
72 | from distutils import log |
|
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 | from distutils.dist import Distribution |
|
78 | from distutils.dist import Distribution | |
75 | from distutils.command.build import build |
|
79 | from distutils.command.build import build | |
76 | from distutils.command.build_ext import build_ext |
|
80 | from distutils.command.build_ext import build_ext |
General Comments 0
You need to be logged in to leave comments.
Login now