diff options
author | tarek <none@none> | 2009-10-09 15:05:26 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-10-09 15:05:26 +0200 |
commit | 4c9daf7b5983e6aecd04a35e51d1820b3702d4ba (patch) | |
tree | f431573b0715f5fea100508cb1d6d1e6f11442af | |
parent | a4cbd95effcc0a57603bac0feffc44e6d5905e4c (diff) | |
download | external_python_setuptools-4c9daf7b5983e6aecd04a35e51d1820b3702d4ba.tar.gz external_python_setuptools-4c9daf7b5983e6aecd04a35e51d1820b3702d4ba.tar.bz2 external_python_setuptools-4c9daf7b5983e6aecd04a35e51d1820b3702d4ba.zip |
fixed zc.buildout rev
--HG--
branch : distribute
extra : rebase_source : 562654e69e7ff018b81d96bcb1e031cfa659273b
-rwxr-xr-x | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ Install FAQ - **How does Distribute interacts with zc.buildout?** - Starting at zc.buildout 1.4.0, you can use Distribute in your buildouts. + Starting at zc.buildout 1.4.2, you can use Distribute in your buildouts. Although you have to run a specific `bootstrap.py` file that is available at `http://nightly.ziade.org/bootstrap.py`. The code is located at `http://bitbucket.org/tarek/buildout-distribute`. |