Commit 5f87cc6b authored by Chris McDonough's avatar Chris McDonough

Manage tempstorage/TemporaryFolder split.

parent cb9aa89d
......@@ -508,6 +508,15 @@ setup(
['TAL/tests/output', ['TAL/tests/output/*']]],
)
# tempstorage
setup(
name='tempstorage',
author=AUTHOR,
packages=['tempstorage', 'tempstorage.tests'],
data_files=[['tempstorage', ['tempstorage/*.xml']]],
)
# Testing
setup(
name='Testing',
......@@ -920,10 +929,8 @@ setup(
name='TemporaryFolder',
author=AUTHOR,
packages=['Products.TemporaryFolder', 'Products.TemporaryFolder.tests'],
data_files=[['Products/TemporaryFolder',
['Products/TemporaryFolder/*.xml']],
['Products/TemporaryFolder/dtml',
packages=['Products.TemporaryFolder', 'Products.TemporaryFolder'],
data_files=[['Products/TemporaryFolder/dtml',
['Products/TemporaryFolder/dtml/*']],
['Products/TemporaryFolder/help',
['Products/TemporaryFolder/help/*']],
......
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