mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-31 19:10:28 +08:00
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:
parent
66b82892f1
commit
623a9eb2df
@ -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
|
||||
|
@ -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' ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user