diff options
author | tarek <none@none> | 2009-10-10 17:24:03 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-10-10 17:24:03 +0200 |
commit | ac54adff1c0ba86a9f98adf791a92a493f8c1e7d (patch) | |
tree | d747aec75b02c3c72d18f3924d891079158a5a14 | |
parent | 9a46d20ebd044b88c3d3c426f56c4b36372b2403 (diff) | |
download | external_python_setuptools-ac54adff1c0ba86a9f98adf791a92a493f8c1e7d.tar.gz external_python_setuptools-ac54adff1c0ba86a9f98adf791a92a493f8c1e7d.tar.bz2 external_python_setuptools-ac54adff1c0ba86a9f98adf791a92a493f8c1e7d.zip |
works with < 1.4.2 now :)
--HG--
branch : distribute
extra : rebase_source : dcc9176ae8bf7273ace82220b64a89c14830971e
-rwxr-xr-x | README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -194,7 +194,8 @@ Install FAQ - **How does Distribute interacts with zc.buildout?** - Starting at zc.buildout 1.4.2, you can use Distribute in your buildouts. + You can use Distribute in your zc.buildout. + 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`. |