aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rwxr-xr-xREADME.txt3
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
diff --git a/README.txt b/README.txt
index 7a82dff1..a0793028 100755
--- a/README.txt
+++ b/README.txt
@@ -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
-------------