setup.py
changeset 23 99fb7f5fe348
parent 19 a22fec10214b
child 27 fc7f98c14454
equal deleted inserted replaced
22:05aaf0acf4fb 23:99fb7f5fe348
    20                     'docs')
    20                     'docs')
    21 
    21 
    22 README = os.path.join(DOCS, 'README.txt')
    22 README = os.path.join(DOCS, 'README.txt')
    23 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    23 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    24 
    24 
    25 version = '0.1.4'
    25 version = '0.1.5'
    26 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    26 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    27 
    27 
    28 tests_require = []
    28 tests_require = []
    29 
    29 
    30 setup(name='pyams_zmq',
    30 setup(name='pyams_zmq',
    54       tests_require=tests_require,
    54       tests_require=tests_require,
    55       extras_require=dict(test=tests_require),
    55       extras_require=dict(test=tests_require),
    56       install_requires=[
    56       install_requires=[
    57           'setuptools',
    57           'setuptools',
    58           # -*- Extra requirements: -*-
    58           # -*- Extra requirements: -*-
       
    59           'pyams_utils',
    59           'pyramid',
    60           'pyramid',
    60           'pyzmq',
    61           'pyzmq',
    61           'tornado',
    62           'tornado',
    62           'zope.component',
    63           'zope.component',
    63           'zope.interface',
    64           'zope.interface',