setup.py
changeset 83 7dd73b88e345
parent 58 c191cc6756f5
child 102 6206a2ae7053
equal deleted inserted replaced
82:6bf38b014089 83:7dd73b88e345
    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.3'
    28 version = '0.1.4'
    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 ]
    33 ]
    60       extras_require=dict(test=tests_require),
    60       extras_require=dict(test=tests_require),
    61       install_requires=[
    61       install_requires=[
    62           'setuptools',
    62           'setuptools',
    63           # -*- Extra requirements: -*-
    63           # -*- Extra requirements: -*-
    64           'babel',
    64           'babel',
       
    65           'beaker',
    65           'chameleon',
    66           'chameleon',
    66           'docutils',
    67           'docutils',
    67           'httplib2',
    68           'httplib2',
    68           'persistent',
    69           'persistent',
    69           'pyramid',
    70           'pyramid',