Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
Zope
Commits
e754e3b0
Commit
e754e3b0
authored
20 years ago
by
Tres Seaver
Browse files
Options
Download
Email Patches
Plain Diff
Make 'setup.py' install the new 'Zope' compatibility module.
parent
a3fff6d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
setup.py
setup.py
+1
-0
No files found.
doc/CHANGES.txt
View file @
e754e3b0
...
...
@@ -63,6 +63,9 @@ Zope Changes
Bugs fixed
- 'setup.py' did not install the new 'Zope' compatibility module
(the 'Zope' package has been renamedd to 'Zope2').
- Collector #1507: Zope now binds again to all available IP addresses if
ip-address is unset
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
e754e3b0
...
...
@@ -608,6 +608,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'
]]
],
...
...
This diff is collapsed.
Click to expand it.
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