[Zope3-checkins] CVS: Zope3 - setup.py:1.33
Jim Fulton
jim@zope.com
Wed, 11 Jun 2003 16:13:35 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv14101
Modified Files:
setup.py
Log Message:
Added jpeg files to the list of file types that swetup knows to copy.
This is necessary to actually run Zope from a build dir.
=== Zope3/setup.py 1.32 => 1.33 ===
--- Zope3/setup.py:1.32 Mon Jun 9 13:39:19 2003
+++ Zope3/setup.py Wed Jun 11 16:13:35 2003
@@ -68,7 +68,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',
+EXTS = ['.conf', '.css', '.dtd', '.gif', '.jpg', '.html',
'.js', '.mo', '.png', '.pt', '.stx', '.ref',
'.txt', '.xml', '.zcml', '.mar',
]