diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 12:58:44 +0200 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 12:58:44 +0200 |
commit | ede6f790460bd5063ba7409830a7c2149ce903fd (patch) | |
tree | f1cca19a772d7789005bfceab7cf1b9e6be96d72 | |
parent | ced4fb6eed22858999fbe88d4ccbc6ed1b80b8c0 (diff) | |
download | external_python_setuptools-ede6f790460bd5063ba7409830a7c2149ce903fd.tar.gz external_python_setuptools-ede6f790460bd5063ba7409830a7c2149ce903fd.tar.bz2 external_python_setuptools-ede6f790460bd5063ba7409830a7c2149ce903fd.zip |
Put the ez_setup bootstrap script onto bitbucket and note it's new location
--HG--
branch : distribute
extra : rebase_source : 0881d2555c3cccb3e3e9028e9755ad9021493caa
-rwxr-xr-x | setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index 79cd3b3f..edbe8b09 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (an 8K .py file), your package will automatically download and install ``setuptools`` if the user is building your package from source and doesn't have a suitable version already installed. -.. _bootstrap module: http://peak.telecommunity.com/dist/ez_setup.py +.. _bootstrap module: http://cdn.bitbucket.org/tarek/distribute/downloads/ez_setup.py Feature Highlights: |