Commit 18fff6b0 authored by Andreas Jung's avatar Andreas Jung

added ZReST

parent ae7b4ddf
......@@ -987,6 +987,17 @@ setup(
'Products/ZGadflyDA/gadfly/*.html']]],
)
# ZReST product
setup(
name='ZReST ',
author='Richard Jones',
packages=['Products.ZReST'],
data_files=[['Products/ZReST', ['Products/ZReST/*.txt']],
['Products/ZReST/dtml', ['Products/ZReST/dtml/*']],
],
)
# ZSQLMethods product
setup(
name='ZSQLMethods',
......
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