diff options
author | tarek <none@none> | 2009-08-05 22:27:19 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-08-05 22:27:19 +0200 |
commit | c12f07bba158af035a51f56a2bb50ede118f1958 (patch) | |
tree | 68b8cee637c1f5bcdd3abed8fe7056182aa6aaef | |
parent | 0497f929d4e5868d987a1a139a75e5e1fcfcdba0 (diff) | |
download | external_python_setuptools-c12f07bba158af035a51f56a2bb50ede118f1958.tar.gz external_python_setuptools-c12f07bba158af035a51f56a2bb50ede118f1958.tar.bz2 external_python_setuptools-c12f07bba158af035a51f56a2bb50ede118f1958.zip |
adding buildout in the release
--HG--
branch : distribute
extra : rebase_source : e6753c6425bbe04d3fb591f0fe686e37be614895
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rwxr-xr-x | README.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c546d1ea..3ea3b29b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ recursive-include setuptools *.py *.txt *.exe recursive-include tests *.py *.c *.pyx recursive-include docs *.py *.txt Makefile +recursive-include buildout *.py *.txt include *.py include *.txt include MANIFEST.in @@ -189,6 +189,9 @@ Install FAQ If you are combining zc.buildout and virtualenv, you might fail in the problem described in the previous FAQ entry. + Last, you will need to use the provided special `bootstrap.py` file, + located in the buildout directory. + ------------- Documentation ------------- |