summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/release.sh b/release.sh
index 7d19557c..0866223e 100755
--- a/release.sh
+++ b/release.sh
@@ -15,10 +15,10 @@ python2.6 setup.py -q egg_info -RDb '' bdist_egg
python2.6 setup.py -q egg_info -RDb '' sdist
# updating the md5 hashes
-python bootstrapping.py --md5update dist/distribute-$VERSION-py2.3.egg
-python bootstrapping.py --md5update dist/distribute-$VERSION-py2.4.egg
-python bootstrapping.py --md5update dist/distribute-$VERSION-py2.5.egg
-python bootstrapping.py --md5update dist/distribute-$VERSION-py2.6.egg
+python distribute_setup.py --md5update dist/distribute-$VERSION-py2.3.egg
+python distribute_setup.py --md5update dist/distribute-$VERSION-py2.4.egg
+python distribute_setup.py --md5update dist/distribute-$VERSION-py2.5.egg
+python distribute_setup.py --md5update dist/distribute-$VERSION-py2.6.egg
# XXX uploads will be done here