Commit 493cec6b authored by Stefan H. Holek's avatar Stefan H. Holek

Install documentation and sub-packages of ZopeTestCase.

parent c83813b3
......@@ -502,9 +502,12 @@ setup(
name='Testing',
author=AUTHOR,
packages=['Testing', 'Testing.ZopeTestCase'],
packages=['Testing', 'Testing.ZopeTestCase',
'Testing.ZopeTestCase.ztc', 'Testing.ZopeTestCase.ztc_doctest'],
data_files=[['Testing', ['Testing/README.txt']],
['Testing/var', ['Testing/var/README.txt']]],
['Testing/var', ['Testing/var/README.txt']],
['Testing/ZopeTestCase/doc', ['Testing/ZopeTestCase/doc/*']],
['Testing/ZopeTestCase/ztc_doctest', ['Testing/ZopeTestCase/ztc_doctest/*.txt']]],
)
# ThreadedAsync
......
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