diff -r 71c5e220d461 -r e7d34a774c7e setup.py --- a/setup.py Mon Jun 11 16:10:12 2018 +0200 +++ b/setup.py Fri Jun 22 12:46:15 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.9' +version = '0.1.10' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -61,6 +61,7 @@ 'pyams_catalog', 'pyams_form', 'pyams_pagelet', + 'pyams_skin', 'pyams_utils >= 0.1.15', 'pyramid', 'zope.component',