[Zope3-checkins] CVS: Zope3 - setup.py:1.34
Fred L. Drake, Jr.
fred@zope.com
Tue, 24 Jun 2003 11:27:23 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv19725
Modified Files:
setup.py
Log Message:
copy input templates when building & installing packages
=== Zope3/setup.py 1.33 => 1.34 ===
--- Zope3/setup.py:1.33 Wed Jun 11 16:13:35 2003
+++ Zope3/setup.py Tue Jun 24 11:27:23 2003
@@ -70,7 +70,7 @@
# doing a non-build-in-place.
EXTS = ['.conf', '.css', '.dtd', '.gif', '.jpg', '.html',
'.js', '.mo', '.png', '.pt', '.stx', '.ref',
- '.txt', '.xml', '.zcml', '.mar',
+ '.txt', '.xml', '.zcml', '.mar', '.in',
]