Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
d4596b0f
Commit
d4596b0f
authored
Apr 08, 2004
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added OFS/tests/*.gif
- synced sha-bang with other scripts
parent
253bbccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
setup.py
setup.py
+5
-3
No files found.
setup.py
View file @
d4596b0f
#! /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
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment