[Zope-Checkins] CVS: Zope - setup.py:1.41

Fred Drake cvs-admin at zope.org
Thu Oct 30 11:43:37 EST 2003


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv1862

Modified Files:
	setup.py 
Log Message:
Add a "mime-types" configuration value which names a file giving
additional MIME type to filename extension mappings.  The "mime-types"
setting may be given more than once in the configuration file; the
files have the same format at the mime.types file distributed with
Apache.

Not sure if this should be ported to the Zope 2.7 branch.


=== Zope/setup.py 1.40 => 1.41 ===
--- Zope/setup.py:1.40	Fri Oct 24 17:29:43 2003
+++ Zope/setup.py	Thu Oct 30 11:43:06 2003
@@ -393,7 +393,8 @@
     author=AUTHOR,
 
     packages=['OFS', 'OFS.tests'],
-    data_files=[['OFS/dtml', ['OFS/dtml/*']],
+    data_files=[['OFS', ['OFS/mime.types']],
+                ['OFS/dtml', ['OFS/dtml/*']],
                 ['OFS/standard', ['OFS/standard/*']],
                 ['OFS/www', ['OFS/www/*']]],
     )




More information about the Zope-Checkins mailing list