diff -r d58d443e3683 -r 270c209df927 setup.py --- a/setup.py Tue Nov 26 10:09:41 2019 +0100 +++ b/setup.py Tue Nov 26 10:10:17 2019 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -61,6 +61,7 @@ # -*- Extra requirements: -*- 'pyramid', 'pyramid_chameleon', + 'venusian', 'zope.component', 'zope.configuration', 'zope.interface',