diff options
author | pje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-06-27 00:31:03 +0000 |
---|---|---|
committer | pje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-06-27 00:31:03 +0000 |
commit | b4977d3f27d4d2ee673f9af56e4a824f53c36bfa (patch) | |
tree | d8eb4c9d9c85a24821fa728ed4fa1bbba1450e81 /ez_setup.py | |
parent | e52346e806ccdfa453525af15628a1d674e70f52 (diff) | |
download | python-setuptools-b4977d3f27d4d2ee673f9af56e4a824f53c36bfa.tar.gz |
EasyInstall/setuptools 0.5a4: significant new features, including automatic
installation of dependencies, the ability to specify dependencies in a
setup script, and several new options to control EasyInstall's behavior.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41073 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 82cabb9..d0c98b1 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ -DEFAULT_VERSION = "0.5a3" +DEFAULT_VERSION = "0.5a4" DEFAULT_URL = "http://peak.telecommunity.com/dist/" import sys, os |