mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
install 2to3, overwritting any old installations #5756
This commit is contained in:
parent
14ed6134f7
commit
dfea192ad4
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -1666,7 +1666,8 @@ def main():
|
||||||
# called unless there's at least one extension module defined.
|
# called unless there's at least one extension module defined.
|
||||||
ext_modules=[Extension('_struct', ['_struct.c'])],
|
ext_modules=[Extension('_struct', ['_struct.c'])],
|
||||||
|
|
||||||
scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3"]
|
scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3",
|
||||||
|
"Tools/scripts/2to3"]
|
||||||
)
|
)
|
||||||
|
|
||||||
# --install-platlib
|
# --install-platlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue