[Zope-Checkins] CVS: Zope - setup.py:1.56
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Apr 8 05:18:18 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv6471
Modified Files:
setup.py
Log Message:
- added OFS/tests/*.gif
- synced sha-bang with other scripts
=== Zope/setup.py 1.55 => 1.56 ===
--- Zope/setup.py:1.55 Wed Feb 18 21:59:05 2004
+++ Zope/setup.py Thu Apr 8 05:18:17 2004
@@ -1,4 +1,5 @@
-#! /usr/bin/env python
+#!/usr/bin/env python2.3
+
##############################################################################
#
# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
@@ -375,7 +376,9 @@
packages=['OFS', 'OFS.tests'],
data_files=[['OFS', ['OFS/mime.types']],
- ['OFS/tests', ['OFS/tests/mime.types-?']],
+ ['OFS/tests',
+ ['OFS/tests/mime.types-?',
+ 'OFS/tests/*.gif']],
['OFS/dtml', ['OFS/dtml/*']],
['OFS/standard', ['OFS/standard/*']],
['OFS/www', ['OFS/www/*']]],
@@ -1141,4 +1144,3 @@
"utilities/compilezpy.py", "utilities/decompilezpy.py"],
distclass=ZopeDistribution,
)
-
More information about the Zope-Checkins
mailing list