promoted pysetup3 to a top-level script
diff --git a/Makefile.pre.in b/Makefile.pre.in
index dff1252..f6ecacf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -888,6 +888,8 @@
 	(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
 	-rm -f $(DESTDIR)$(BINDIR)/2to3
 	(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
+	-rm -f $(DESTDIR)$(BINDIR)/pysetup3
+	(cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
 
 # Install the manual page
 maninstall: