summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-22 20:53:26 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-22 20:53:26 +0200
commit8e0967e764b1251239ef1676a3fd02c43e583299 (patch)
tree31ee57985e64a43955fdb7e804cc7ddbf5142dfa /scripts
parent1797898898a76efb0f3e78b394675033f3c2fad2 (diff)
downloaddisutils2-8e0967e764b1251239ef1676a3fd02c43e583299.tar.gz
Fix setup.py to use the newly renamed distutils2.pypi, distutils2.create and put the pysetup script in scripts.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pysetup4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/pysetup b/scripts/pysetup
new file mode 100644
index 0000000..7c3fe87
--- /dev/null
+++ b/scripts/pysetup
@@ -0,0 +1,4 @@
+#! /usr/bin/env python
+import sys
+from distutils2.run import main
+sys.exit(main())