summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortarek <none@none>2009-09-26 20:14:03 +0200
committertarek <none@none>2009-09-26 20:14:03 +0200
commit0906b2d312d39b4b957cc3196b0b2935873f55a7 (patch)
tree5ba6fdce969acd62c6d90bb0b555c3df5daf9d31
parent775967de5b20d48a50f2ca050a87d8fa4890170d (diff)
downloadpython-setuptools-git-0.6.2.tar.gz
typo0.6.2
--HG-- branch : distribute extra : rebase_source : 46cfa8ad9c0fba6bfdce61960ce97d85b473eae4
-rwxr-xr-xREADME.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 3ee5b58c..bd3e081f 100755
--- a/README.txt
+++ b/README.txt
@@ -159,15 +159,16 @@ Install FAQ
You need in this case to build a virtualenv with the --no-site-packages option
or to install `Distribute` globally.
-- **How does Distribute interact with zc.buildout?**
+- **How does Distribute interacts with zc.buildout?**
Some work is being done on zc.buildout side to make its bootstrap
work with Distribute. Until then, using Distribute in zc.buildout is a bit
- tricky because the bootstrap process of zc.buildout hardcodes the
+ tricky because the bootstrap process of zc.buildout hardcodes the
installation of Setuptools.
- The plan is to come with a working bootstrap.py for zc.buildout for the
- 0.6.3 release.
+ 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.
+
-----------------------------
Feedback and getting involved