Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90fb928

Browse files
committed
promoted pysetup3 to a top-level script
1 parent cccfd99 commit 90fb928

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,8 @@ bininstall: altbininstall
888888
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
889889
-rm -f $(DESTDIR)$(BINDIR)/2to3
890890
(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
891+
-rm -f $(DESTDIR)$(BINDIR)/pysetup3
892+
(cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
891893

892894
# Install the manual page
893895
maninstall:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ def main():
18891889
# check the PyBuildScripts command above, and change the links
18901890
# created by the bininstall target in Makefile.pre.in
18911891
scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3",
1892-
"Tools/scripts/2to3"]
1892+
"Tools/scripts/2to3", "Tools/scripts/pysetup3"]
18931893
)
18941894

18951895
# --install-platlib

0 commit comments

Comments
 (0)