mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
remove tuple_params fix from 2to3 in setup.py
This commit is contained in:
parent
aaf911c5e5
commit
268fdd80c3
1
setup.py
1
setup.py
@ -274,6 +274,7 @@ if 'setuptools' in sys.modules:
|
||||
'lib2to3.fixes.fix_has_key',
|
||||
'lib2to3.fixes.fix_next',
|
||||
'lib2to3.fixes.fix_repr',
|
||||
'lib2to3.fixes.fix_tuple_params',
|
||||
]
|
||||
from setuptools.command.build_py import build_py
|
||||
setup_args['cmdclass'] = {'build_py': record_commit_info('IPython', build_cmd=build_py)}
|
||||
|
Loading…
Reference in New Issue
Block a user