[Zope3-checkins] CVS: Zope3 - setup.py:1.21
Barry Warsaw
barry@zope.com
Thu, 17 Apr 2003 11:58:52 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv11259
Modified Files:
setup.py
Log Message:
EXTS: Added .stx and .ref so the ZWiki tests can pass a build-dir test
run.
=== Zope3/setup.py 1.20 => 1.21 ===
--- Zope3/setup.py:1.20 Mon Mar 31 11:37:03 2003
+++ Zope3/setup.py Thu Apr 17 11:58:51 2003
@@ -50,7 +50,7 @@
# We have to snoop for file types that distutils doesn't copy correctly when
# doing a non-build-in-place.
EXTS = ['.conf', '.css', '.dtd', '.gif', '.html',
- '.js', '.mo', '.png', '.pt',
+ '.js', '.mo', '.png', '.pt', '.stx', '.ref',
'.txt', '.xml', '.zcml', '.mar',
]