mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #2134 from bfroehle/2to3_next
Apply 2to3 `next` fix.
This commit is contained in:
commit
0c157dd01c
1
setup.py
1
setup.py
@ -272,6 +272,7 @@ if 'setuptools' in sys.modules:
|
||||
'lib2to3.fixes.fix_except',
|
||||
'lib2to3.fixes.fix_apply',
|
||||
'lib2to3.fixes.fix_repr',
|
||||
'lib2to3.fixes.fix_next',
|
||||
]
|
||||
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