setup.py
changeset 300 f9b5bbd770c8
parent 297 7b2ec89e3898
child 304 70a87311a233
equal deleted inserted replaced
299:1b1ef6c6e165 300:f9b5bbd770c8
    23                     'docs')
    23                     'docs')
    24 
    24 
    25 README = os.path.join(DOCS, 'README.txt')
    25 README = os.path.join(DOCS, 'README.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    27 
    27 
    28 version = '0.1.25'
    28 version = '0.1.26'
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    30 
    30 
    31 tests_require = [
    31 tests_require = [
    32     'pyramid_zcml',
    32     'pyramid_zcml',
    33     'zope.exceptions'
    33     'zope.exceptions'
    66           'babel',
    66           'babel',
    67           'beaker',
    67           'beaker',
    68           'chameleon',
    68           'chameleon',
    69           'docutils',
    69           'docutils',
    70           'httplib2',
    70           'httplib2',
       
    71           'markdown',
    71           'persistent',
    72           'persistent',
    72           'pyramid',
    73           'pyramid',
    73           'pyramid_zodbconn',
    74           'pyramid_zodbconn',
    74           'pysocks',
    75           'pysocks',
    75           'pytz',
    76           'pytz',