summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-08-11 14:33:51 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-08-11 14:33:51 +0200
commitccc44405d538546314891eae433cb8037ee09c29 (patch)
tree066196410153d0ca8a9e27088b99c9220e08698d /MANIFEST.in
parent82675f9d03a180471056e9fd629e0f13ce4085a1 (diff)
downloadpython-lxml-ccc44405d538546314891eae433cb8037ee09c29.tar.gz
Properly integrate the compilation of _elementpath.py and some lxml.html modules into the build process and exclude it in PyPy.
Also finally rename lxml.etree.pyx and lxml.objectify.pyx to their correct module names and provide some legacy integration aid by keeping the original API header file names.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2ad2039e..d1a2965e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,9 +5,9 @@ include update-error-constants.py
include MANIFEST.in Makefile version.txt requirements.txt
include CHANGES.txt CREDITS.txt INSTALL.txt LICENSES.txt README.rst TODO.txt
include tools/*.py tools/manylinux/*.sh
+include src/lxml/*.c src/lxml/html/*.c
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 lxml_endian.h
+recursive-include src/lxml lxml.etree.h lxml.etree_api.h etree.h etree_api.h etree_defs.h lxml_endian.h
recursive-include src/lxml/isoschematron *.rng *.xsl *.txt
recursive-include src/lxml/tests *.rng *.xslt *.xml *.dtd *.xsd *.sch *.html
recursive-include src/lxml/html/tests *.data *.txt