was missing "drv_libxml2.py" Daniel

* python/setup.py.in : was missing "drv_libxml2.py"
Daniel
This commit is contained in:
Daniel Veillard 2003-03-25 11:09:40 +00:00
parent 9adc0469d4
commit 2032d294ac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
* python/setup.py.in : was missing "drv_libxml2.py"
Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
* tree.c xpath.c: some changes related to the new way of

View File

@ -87,7 +87,7 @@ os.path.join(ROOT,'lib'),
xml_files = ["libxml2-api.xml", "libxml2-python-api.xml",
"libxml.c", "libxml.py", "libxml_wrap.h", "types.c",
"xmlgenerator.py", "README", "TODO"]
"xmlgenerator.py", "README", "TODO", "drv_libxml2.py"]
xslt_files = ["libxslt-api.xml", "libxslt-python-api.xml",
"libxslt.c", "libxsl.py", "libxslt_wrap.h",