aboutsummaryrefslogtreecommitdiffstats
path: root/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upload.sh')
-rw-r--r--upload.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/upload.sh b/upload.sh
deleted file mode 100644
index 53dfda93..00000000
--- a/upload.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# upload for 2.5 and 2.6
-# 2.3 and 2.4 are manual
-python2.5 setup.py egg_info -RDb '' bdist_egg register upload
-python2.6 setup.py egg_info -RDb '' bdist_egg sdist register upload
-
-