There was an error while loading. Please reload this page.
1 parent fcf4e96 commit f0bf66fCopy full SHA for f0bf66f
1 file changed
setup.py
@@ -7,10 +7,7 @@
7
except ImportError:
8
import distutils.core as impl
9
10
-try:
11
- from distutils.command.build_py import build_py_2to3 as build_py
12
-except ImportError:
13
- from distutils.command.build_py import build_py
+from distutils.command.build_py import build_py
14
15
with open('README.rst') as ld_file:
16
long_description = ld_file.read()
0 commit comments