##// END OF EJS Templates
remove tuple_params fix from 2to3 in setup.py
Matthias BUSSONNIER -
Show More
@@ -274,6 +274,7 b" if 'setuptools' in sys.modules:"
274 274 'lib2to3.fixes.fix_has_key',
275 275 'lib2to3.fixes.fix_next',
276 276 'lib2to3.fixes.fix_repr',
277 'lib2to3.fixes.fix_tuple_params',
277 278 ]
278 279 from setuptools.command.build_py import build_py
279 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