mirror of
https://github.com/python/cpython.git
synced 2025-09-01 22:47:59 +00:00
promoted pysetup3 to a top-level script
This commit is contained in:
parent
cccfd9932d
commit
90fb9283fc
2 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1889,7 +1889,7 @@ def main():
|
|||
# check the PyBuildScripts command above, and change the links
|
||||
# created by the bininstall target in Makefile.pre.in
|
||||
scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3",
|
||||
"Tools/scripts/2to3"]
|
||||
"Tools/scripts/2to3", "Tools/scripts/pysetup3"]
|
||||
)
|
||||
|
||||
# --install-platlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue