Commit ca3f97e0 authored by Fred Drake's avatar Fred Drake

still more ZConfig packages

parent c5043ea6
...@@ -701,10 +701,13 @@ setup( ...@@ -701,10 +701,13 @@ setup(
'ZConfig.tests.library.thing', 'ZConfig.tests.library.thing',
'ZConfig.components', 'ZConfig.components',
'ZConfig.components.basic', 'ZConfig.components.basic.tests', 'ZConfig.components.basic', 'ZConfig.components.basic.tests',
'ZConfig.components.logger', 'ZConfig.components.logger.tests',
], ],
data_files=[ data_files=[
['../../doc/zconfig', ['../../doc/zconfig',
['ZConfig/doc/zconfig.pdf', 'ZConfig/doc/schema.dtd']], ['ZConfig/doc/zconfig.pdf', 'ZConfig/doc/schema.dtd']],
['ZConfig/components/basic', ['ZConfig/components/basic/*.xml']],
['ZConfig/components/logger', ['ZConfig/components/logger/*.xml']],
['ZConfig/tests/input', ['ZConfig/tests/input/*']], ['ZConfig/tests/input', ['ZConfig/tests/input/*']],
['ZConfig/tests/library/thing', ['ZConfig/tests/library/thing/*']], ['ZConfig/tests/library/thing', ['ZConfig/tests/library/thing/*']],
['ZConfig/tests/library/thing/extras', ['ZConfig/tests/library/thing/extras',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment