summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-09-27 04:22:10 +0200
committertarek <none@none>2009-09-27 04:22:10 +0200
commit893c3f0078debd2585eb847a547b1748133417ab (patch)
tree3cb7853b6b7ae3282c563bf897919c6164a6627b /README.txt
parentca0acdd53dbcb49e0f2c2f6c78c0312a2e304bce (diff)
downloadpython-setuptools-git-893c3f0078debd2585eb847a547b1748133417ab.tar.gz
starting 0.6.4
--HG-- branch : distribute extra : rebase_source : c36bab6b9c5d0134caef0a0cbf7cdbe79ec781d7
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index a8d1a85e..ef089646 100755
--- a/README.txt
+++ b/README.txt
@@ -94,8 +94,8 @@ Source installation
Download the source tarball, uncompress it, then run the install command::
- $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.3.tar.gz
- $ tar -xzvf distribute-0.6.3.tar.gz
+ $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.4.tar.gz
+ $ tar -xzvf distribute-0.6.4.tar.gz
$ cd distribute-0.6
$ python setup.py install
@@ -167,7 +167,7 @@ Install FAQ
installation of Setuptools.
The plan is to come with a custom bootstrap.py for zc.buildout for the
- 0.6.3 release, together with some small changes on zc.buildout side.
+ 0.6.4 release, together with some small changes on zc.buildout side.
-----------------------------