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

added ZReST

parent ae7b4ddf
...@@ -987,6 +987,17 @@ setup( ...@@ -987,6 +987,17 @@ setup(
'Products/ZGadflyDA/gadfly/*.html']]], '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 # ZSQLMethods product
setup( setup(
name='ZSQLMethods', 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