Show More
@@ -271,6 +271,7 if 'setuptools' in sys.modules: | |||||
271 | setuptools_extra_args['use_2to3_exclude_fixers'] = [ |
|
271 | setuptools_extra_args['use_2to3_exclude_fixers'] = [ | |
272 | 'lib2to3.fixes.fix_except', |
|
272 | 'lib2to3.fixes.fix_except', | |
273 | 'lib2to3.fixes.fix_apply', |
|
273 | 'lib2to3.fixes.fix_apply', | |
|
274 | 'lib2to3.fixes.fix_repr', | |||
274 | ] |
|
275 | ] | |
275 | from setuptools.command.build_py import build_py |
|
276 | from setuptools.command.build_py import build_py | |
276 | setup_args['cmdclass'] = {'build_py': record_commit_info('IPython', build_cmd=build_py)} |
|
277 | setup_args['cmdclass'] = {'build_py': record_commit_info('IPython', build_cmd=build_py)} |
General Comments 0
You need to be logged in to leave comments.
Login now