Commit d4596b0f authored by 's avatar

- added OFS/tests/*.gif

- synced sha-bang with other scripts
parent 253bbccb
#! /usr/bin/env python
#!/usr/bin/env python2.3
##############################################################################
#
# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
......@@ -375,7 +376,9 @@ setup(
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 @@ distutils.core.setup(
"utilities/compilezpy.py", "utilities/decompilezpy.py"],
distclass=ZopeDistribution,
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment