Show More
@@ -274,6 +274,7 b" if 'setuptools' in sys.modules:" | |||||
274 | 'lib2to3.fixes.fix_has_key', |
|
274 | 'lib2to3.fixes.fix_has_key', | |
275 | 'lib2to3.fixes.fix_next', |
|
275 | 'lib2to3.fixes.fix_next', | |
276 | 'lib2to3.fixes.fix_repr', |
|
276 | 'lib2to3.fixes.fix_repr', | |
|
277 | 'lib2to3.fixes.fix_tuple_params', | |||
277 | ] |
|
278 | ] | |
278 | from setuptools.command.build_py import build_py |
|
279 | from setuptools.command.build_py import build_py | |
279 | setup_args['cmdclass'] = {'build_py': record_commit_info('IPython', build_cmd=build_py)} |
|
280 | 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