summaryrefslogtreecommitdiff
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorpje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771>2005-07-07 16:28:43 +0000
committerpje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771>2005-07-07 16:28:43 +0000
commit0b4865e8ee69429e181878bb2897e84e26d965f2 (patch)
tree06d3d26a04aae3e25b0edc503b24f606cb76baef /EasyInstall.txt
parentcb32a5c05f312b0889b010c08c4d9bd97feb1743 (diff)
downloadpython-setuptools-0b4865e8ee69429e181878bb2897e84e26d965f2.tar.gz
Add upload support to setuptools, and make default downloads of setuptools
come from PyPI/python.org rather than from telecommunity.com. Bump to version 0.5a7. git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41090 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 8acddc1..31a2734 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -23,13 +23,10 @@ Installing "Easy Install"
-------------------------
Windows users can just download and run the `setuptools binary installer for
-Windows <http://peak.telecommunity.com/dist/setuptools-0.5a6.win32.exe>`_.
+Windows <http://peak.telecommunity.com/dist/setuptools-0.5a7.win32.exe>`_.
All others should just download `ez_setup.py
<http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will
-download and install the `Python 2.3 egg`_ or `Python 2.4 egg`_ for you.
-
-.. _Python 2.3 egg: http://peak.telecommunity.com/dist/setuptools-0.5a6-py2.3.egg
-.. _Python 2.4 egg: http://peak.telecommunity.com/dist/setuptools-0.5a6-py2.4.egg
+download and install the appropriate egg for you.
You may receive a message telling you about an obsolete version of
setuptools being present; if so, you must be sure to delete it entirely, along
@@ -66,7 +63,7 @@ version, and automatically downloading, building, and installing it::
**Example 2**. Install or upgrade a package by name and version by finding
links on a given "download page"::
- easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a6"
+ easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a7"
**Example 3**. Download a source distribution from a specified URL,
automatically building and installing it::
@@ -491,6 +488,11 @@ Known Issues
in Exemaker. So, don't use Exemaker to wrap ``easy_install.py``, or at any
rate don't expect it to work with all packages.
+0.5a7
+ * Added "upload" support for egg and source distributions, including a bug
+ fix for "upload" and a temporary workaround for lack of .egg support in
+ PyPI.
+
0.5a6
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, it
will include all files under revision control (CVS or Subversion) in the