Commit 870a3d68 authored by Hanno Schlichting's avatar Hanno Schlichting

Add a change log

parent f71bb74a
Changelog
=========
2.11.2 (unreleased)
-------------------
......@@ -25,7 +25,8 @@ setup(name='Acquisition',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
long_description=open(
os.path.join('src', 'Acquisition', 'README.txt')).read(),
os.path.join('src', 'Acquisition', 'README.txt')).read() + '\n' +
open('CHANGES.txt').read(),
packages=find_packages('src'),
package_dir={'': 'src'},
......
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