setup.py
changeset 23 11ae6556a9ac
parent 15 5598ac5425de
child 42 b7366a18f305
equal deleted inserted replaced
22:6ef4b364250a 23:11ae6556a9ac
     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.0'
    11 version = '0.1.1'
    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 = [
    45           'fanstatic',
    45           'fanstatic',
    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.table',
    51           'z3c.table',
    51           'z3c.template',
    52           'z3c.template',
    52           'zope.annotation',
    53           'zope.annotation',
    53           'zope.authentication',
    54           'zope.authentication',
    54           'zope.component',
    55           'zope.component',