diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2009-08-08 12:14:21 +0100 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-08-08 12:14:21 +0100 |
| commit | def1a4f577242d326a93268c2851e2b3f48c5329 (patch) | |
| tree | 50bd0a0c14826d977700389bc49a0f6bfa284767 /bootstrapping.py | |
| parent | 9fc8f75bc04283b8a724e5245703fe62bdde6528 (diff) | |
| download | python-setuptools-git-def1a4f577242d326a93268c2851e2b3f48c5329.tar.gz | |
Change references to ez_setup to point to our own bootstrapping instead.
--HG--
branch : distribute
extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
Diffstat (limited to 'bootstrapping.py')
| -rw-r--r-- | bootstrapping.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrapping.py b/bootstrapping.py index aed90bd0..f7e2045e 100644 --- a/bootstrapping.py +++ b/bootstrapping.py @@ -4,7 +4,7 @@ If you want to use setuptools in your package's setup.py, just include this file in the same directory with it, and add this to the top of your setup.py:: - from ez_setup import use_setuptools + from bootstrapping import use_setuptools use_setuptools() If you want to require a specific version of setuptools, set a download @@ -391,7 +391,7 @@ def main(argv, version=DEFAULT_VERSION): #main(argv) else: print "distribute version",version,"or greater has been installed." - print '(Run "ez_setup.py -U distribute" to reinstall or upgrade.)' + print '(Run "bootstrapping.py -U distribute" to reinstall or upgrade.)' def update_md5(filenames): """Update our built-in md5 registry""" |
