patch from Stphane Bidoul to include drv_libxml2.py in setup.py Daniel

* python/setup.py.in: patch from Stphane Bidoul to include
  drv_libxml2.py in setup.py
Daniel
This commit is contained in:
Daniel Veillard 2003-01-04 12:47:20 +00:00
parent 66b82892f1
commit 623a9eb2df
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
* python/setup.py.in: patch from Stéphane Bidoul to include
drv_libxml2.py in setup.py
Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
* doc/xmlreader.html: starting documenting the new XmlTextReader

View File

@ -159,7 +159,7 @@ if with_xslt == 1:
descr = "libxml2 package"
modules = [ 'libxml2' ]
modules = [ 'libxml2', 'drv_libxml2' ]
if WITHDLLS:
modules.append('libxmlmods.__init__')
c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]