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
80c163ad
Commit
80c163ad
authored
Mar 21, 2005
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make 'setup.py' install the 'Zope' compatibility module.
parent
60eea064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
doc/CHANGES.txt
doc/CHANGES.txt
+5
-3
setup.py
setup.py
+1
-0
No files found.
doc/CHANGES.txt
View file @
80c163ad
...
...
@@ -24,7 +24,7 @@ Zope Changes
- check if ExtendedPathIndex might be a reasonable replacement for PathIndex
Zope 2.8 beta
1
After Zope 2.8a
1
Features added
...
...
@@ -58,6 +58,9 @@ Zope Changes
Bugs fixed
- 'setup.py' did not install the 'Zope' compatibility module
(the old 'Zope' package has been renamed to 'Zope2').
- Fixed Shared.DC.ZRDB.Results to behave with the new-style
ExtensionClass. Added a test.
...
...
@@ -261,8 +264,7 @@ Zope Changes
module level, thus binding it too early which would cause the
ZConfig handler to have no real effect.
Zope 2.8a1
Zope 2.8a1 (2004/10/17)
Features added
...
...
setup.py
View file @
80c163ad
...
...
@@ -605,6 +605,7 @@ setup(
name
=
'Zope'
,
author
=
AUTHOR
,
py_modules
=
[
'Zope'
],
packages
=
[
'Zope2'
,
'Zope2.App'
,
'Zope2.Startup'
,
'Zope2.Startup.misc'
,
'Zope2.Startup.nt'
,
'Zope2.Startup.tests'
],
data_files
=
[
[
'Zope2/Startup'
,
[
'Zope2/Startup/*.xml'
]]
],
...
...
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