[Zope-Checkins] CVS: Zope - setup.py:1.31.2.12
Chris McDonough
chrism at zopemafia.com
Sun Dec 21 21:34:11 EST 2003
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv15277
Modified Files:
Tag: Zope-2_7-branch
setup.py
Log Message:
Backport the warnfilter and mime-types features from the HEAD into the 2.7 branch.
=== Zope/setup.py 1.31.2.11 => 1.31.2.12 ===
--- Zope/setup.py:1.31.2.11 Mon Dec 8 18:11:41 2003
+++ Zope/setup.py Sun Dec 21 21:33:39 2003
@@ -386,7 +386,9 @@
author=AUTHOR,
packages=['OFS', 'OFS.tests'],
- data_files=[['OFS/dtml', ['OFS/dtml/*']],
+ data_files=[['OFS', ['OFS/mime.types']],
+ ['OFS/tests', ['OFS/tests/mime.types-?']],
+ ['OFS/dtml', ['OFS/dtml/*']],
['OFS/standard', ['OFS/standard/*']],
['OFS/www', ['OFS/www/*']]],
)
More information about the Zope-Checkins
mailing list