Commit f502eb2a authored by Andreas Jung's avatar Andreas Jung

     - added "version.txt" to setup.py to avoid untrue "unreleased version"
       messages within the control panel
parent 033f88ac
......@@ -129,6 +129,9 @@ Zope Changes
Bugs fixed
- added "version.txt" to setup.py to avoid untrue "unreleased version"
messages within the control panel
- Collector #1436: applied patch to fix a memory leak in
cAccessControl.
......
......@@ -707,7 +707,8 @@ setup(
name='Top-level',
author=AUTHOR,
py_modules=['Globals', 'ImageFile', 'Lifetime']
py_modules=['Globals', 'ImageFile', 'Lifetime'],
data_files=[['.',['version.txt']]],
)
# Products base directory
......
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