--- a/setup.py Tue Jun 03 23:48:00 2014 +0200
+++ b/setup.py Wed Jun 04 00:15:31 2014 +0200
@@ -8,7 +8,7 @@
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
-version = '0.1.1'
+version = '0.1.2'
long_description = open(README).read() + '\n\n' + \
open(CONTRIBS).read() + '\n\n' + \
open(HISTORY).read()
@@ -48,6 +48,8 @@
'z3c.formui',
'z3c.json',
'z3c.jsonrpc',
+ 'z3c.language.negotiator',
+ 'z3c.language.session',
'z3c.table',
'z3c.template',
'zope.annotation',