summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authortarek <devnull@localhost>2009-08-05 22:27:19 +0200
committertarek <devnull@localhost>2009-08-05 22:27:19 +0200
commit2b04ef69737d14b0f7f474c9fd23486bd2b10716 (patch)
tree68b8cee637c1f5bcdd3abed8fe7056182aa6aaef /MANIFEST.in
parentdbc37fd6e7d59235677a1f86faf6b7c323e5944d (diff)
downloadpython-setuptools-bitbucket-2b04ef69737d14b0f7f474c9fd23486bd2b10716.tar.gz
adding buildout in the release
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 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