From ccc44405d538546314891eae433cb8037ee09c29 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 11 Aug 2017 14:33:51 +0200 Subject: 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. --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.1