summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <scoder@users.berlios.de>2011-09-25 21:05:18 +0200
committerStefan Behnel <scoder@users.berlios.de>2011-09-25 21:05:18 +0200
commit047c32a4eff2479965e429ccabf9ff113cd1257a (patch)
treec9eacc7f13d20dea189202c5ce7968b8a43df8f5
parentb2f8c56f32e434d3393ed41a2f379781a5146a79 (diff)
downloadpython-lxml-lxml-2.3.1.tar.gz
include missing files in sdistlxml-2.3.1
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 299a6b5e..927f5120 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,7 @@ include CHANGES.txt CREDITS.txt INSTALL.txt LICENSES.txt README.txt TODO.txt
recursive-include src *.pyx *.pxd *.pxi *.py
recursive-include src/lxml lxml.etree.c lxml.objectify.c
recursive-include src/lxml lxml.etree.h lxml.etree_api.h etree_defs.h
+recursive-include src/lxml/isoschematron *.rng *.xsl *.txt
recursive-include src/lxml/tests *.rng *.xslt *.xml *.dtd *.xsd *.sch *.html *.txt
recursive-include src/lxml/html/tests *.data *.txt
recursive-include samples *.xml
@@ -15,4 +16,4 @@ recursive-include doc *.txt *.html *.css *.xml *.mgp pubkey.asc tagpython*.png M
recursive-include doc/s5/ui *.gif *.htc *.png *.js
recursive-include doc/s5/ep2008 *.py *.png *.rng
recursive-include fake_pyrex *.py
-include doc/mkhtml.py doc/rest2html.py
+include doc/*.py