setup.py
changeset 42 b7366a18f305
parent 23 11ae6556a9ac
child 46 b220124b75ad
equal deleted inserted replaced
41:20b31e6f4729 42:b7366a18f305
     6 
     6 
     7 README = os.path.join(DOCS, 'README.txt')
     7 README = os.path.join(DOCS, 'README.txt')
     8 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
     8 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
     9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
     9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
    10 
    10 
    11 version = '0.1.1'
    11 version = '0.1.2'
    12 long_description = open(README).read() + '\n\n' + \
    12 long_description = open(README).read() + '\n\n' + \
    13                    open(CONTRIBS).read() + '\n\n' + \
    13                    open(CONTRIBS).read() + '\n\n' + \
    14                    open(HISTORY).read()
    14                    open(HISTORY).read()
    15 
    15 
    16 tests_require = [
    16 tests_require = [
    46           'z3c.form',
    46           'z3c.form',
    47           'z3c.formjs',
    47           'z3c.formjs',
    48           'z3c.formui',
    48           'z3c.formui',
    49           'z3c.json',
    49           'z3c.json',
    50           'z3c.jsonrpc',
    50           'z3c.jsonrpc',
       
    51           'z3c.language.negotiator',
       
    52           'z3c.language.session',
    51           'z3c.table',
    53           'z3c.table',
    52           'z3c.template',
    54           'z3c.template',
    53           'zope.annotation',
    55           'zope.annotation',
    54           'zope.authentication',
    56           'zope.authentication',
    55           'zope.component',
    57           'zope.component',