Skip to content

Commit f0bf66f

Browse files
Jesse ZwaanJesse Zwaan
authored andcommitted
Remove 2to3 support from setup.py
1 parent fcf4e96 commit f0bf66f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
except ImportError:
88
import distutils.core as impl
99

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
10+
from distutils.command.build_py import build_py
1411

1512
with open('README.rst') as ld_file:
1613
long_description = ld_file.read()

0 commit comments

Comments
 (0)