summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorscoder <none@none>2007-06-24 14:00:42 +0200
committerscoder <none@none>2007-06-24 14:00:42 +0200
commit4d4ae81f0f673c6638bbbf14414f9bd245ff9399 (patch)
tree45eb3e572314d5b6e8381ebdb65512c11819deab /MANIFEST.in
parent007f37697ab7e3453804c7fbb999358226232c26 (diff)
downloadpython-lxml-4d4ae81f0f673c6638bbbf14414f9bd245ff9399.tar.gz
[svn r2523] only integrate the necessary Pyrex modules
--HG-- branch : trunk
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ec50fd18..fc629664 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,6 +9,8 @@ recursive-include src/lxml etree.c objectify.c etree.h etree_defs.h
recursive-include src/lxml/tests *.rng *.xslt *.xml *.dtd
recursive-include benchmark *.py
recursive-include doc *.txt *.html *.css *.xml *.mgp pubkey.asc
-recursive-include Pyrex *.py
+include Pyrex/__init__.py
+recursive-include Pyrex/Compiler *.py
+recursive-include Pyrex/Distutils *.py
include doc/mkhtml.py doc/rest2html.py
exclude doc/pyrex.txt src/lxml/etree.pxi