##// END OF EJS Templates
deactivate 2to3 apply fix when using setup.py
Matthias BUSSONNIER -
Show More
@@ -270,6 +270,7 b" if 'setuptools' in sys.modules:"
270 270 # anything.
271 271 setuptools_extra_args['use_2to3_exclude_fixers'] = [
272 272 'lib2to3.fixes.fix_except',
273 'lib2to3.fixes.fix_apply',
273 274 ]
274 275 from setuptools.command.build_py import build_py
275 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