[Zope-Checkins] CVS: Zope - setup.py:1.28
Andreas Jung
andreas@andreas-jung.com
Wed, 28 May 2003 01:43:19 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv18860
Modified Files:
setup.py
Log Message:
added ZReST
=== Zope/setup.py 1.27 => 1.28 ===
--- Zope/setup.py:1.27 Wed May 28 01:36:16 2003
+++ Zope/setup.py Wed May 28 01:43:19 2003
@@ -987,6 +987,17 @@
'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',