[Zope3-checkins] CVS: Zope3 - setup.py:1.18

Jeremy Hylton jeremy@zope.com
Thu, 9 Jan 2003 11:24:14 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv5545

Modified Files:
	setup.py 
Log Message:
Add .dtd to the list of known extensions.


=== Zope3/setup.py 1.17 => 1.18 ===
--- Zope3/setup.py:1.17	Mon Dec 30 10:47:22 2002
+++ Zope3/setup.py	Thu Jan  9 11:24:11 2003
@@ -49,7 +49,7 @@
 
 # We have to snoop for file types that distutils doesn't copy correctly when
 # doing a non-build-in-place.
-EXTS = ['.conf', '.css', '.gif', '.html',
+EXTS = ['.conf', '.css', '.dtd', '.gif', '.html',
         '.js',   '.mo',  '.png', '.pt',
         '.txt',  '.xml', '.zcml', '.mar',
         ]