setup.py
changeset 55 5713898178f3
parent 47 6bfe7ef2f45e
child 59 45ce94599ba1
--- a/setup.py	Thu Oct 08 09:31:45 2015 +0200
+++ b/setup.py	Thu Oct 08 09:39:15 2015 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -58,6 +58,7 @@
           # -*- Extra requirements: -*-
           'authomatic',
           'fanstatic',
+          'pyams_file',
           'pyramid',
           'zope.component',
           'zope.interface',