[PEAK] Patch for ZConfig schema.dtd installation
John Landahl
jlandahl at looksmart.net
Tue Jan 13 20:50:44 EST 2004
Attached is a patch file for setup.py which seems to add what's needed
for ZConfig's schema.dtd.
-------------- next part --------------
*** setup.py Mon Jan 5 01:06:33 2004
--- setup.py.2 Tue Jan 13 17:38:07 2004
***************
*** 101,106 ****
--- 101,110 ----
Extension("persistence._persistence", ["src/persistence/persistence.c"])
]
+ data_files += findDataFiles(
+ 'src/ZConfig/doc', 1, '*.dtd'
+ )
+
if include_tests:
packages += [
'persistence.tests', 'ZConfig.tests',
More information about the PEAK
mailing list