Show More
@@ -270,6 +270,7 b" if 'setuptools' in sys.modules:" | |||||
270 | # anything. |
|
270 | # anything. | |
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 | ] |
|
274 | ] | |
274 | from setuptools.command.build_py import build_py |
|
275 | from setuptools.command.build_py import build_py | |
275 | setup_args['cmdclass'] = {'build_py': record_commit_info('IPython', build_cmd=build_py)} |
|
276 | 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