setup.py
changeset 27 3cdaebcaf5a5
parent 10 fa473731d5c7
child 43 1d180eb3d4d5
--- a/setup.py	Tue May 16 11:18:05 2017 +0200
+++ b/setup.py	Wed Jun 07 09:55:33 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2.1'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -59,6 +59,7 @@
           # -*- Extra requirements: -*-
           'fanstatic',
           'persistent',
+          'pyams_default_theme',
           'pyams_form',
           'pyams_pagelet',
           'pyams_security',