diff -r ed2dc23f7f99 -r df022d00a9c4 setup.py --- a/setup.py Fri Jan 18 15:32:56 2019 +0100 +++ b/setup.py Wed Nov 27 15:57:21 2019 +0100 @@ -25,14 +25,14 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.7' +version = '0.1.8' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] setup(name='pyams_viewlet', version=version, - description="PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid", + description="PyAMS viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid", long_description=long_description, classifiers=[ "License :: OSI Approved :: Zope Public License", @@ -60,8 +60,11 @@ 'setuptools', # -*- Extra requirements: -*- 'chameleon', + 'pyams_template', 'pyams_utils', 'pyramid', + 'pyramid_zope_request', + 'venusian', 'zope.component', 'zope.configuration', 'zope.contentprovider',