setup.py
changeset 14 5d0e80662a82
parent 8 8caea347dca8
child 19 a22fec10214b
equal deleted inserted replaced
13:839b61e1531a 14:5d0e80662a82
    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.2'
    25 version = '0.1.3'
    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',
    56       install_requires=[
    56       install_requires=[
    57           'setuptools',
    57           'setuptools',
    58           # -*- Extra requirements: -*-
    58           # -*- Extra requirements: -*-
    59           'pyramid',
    59           'pyramid',
    60           'pyzmq',
    60           'pyzmq',
       
    61           'tornado',
    61           'zope.component',
    62           'zope.component',
    62           'zope.interface',
    63           'zope.interface',
    63       ],
    64       ],
    64       entry_points="""
    65       entry_points="""
    65       # -*- Entry points: -*-
    66       # -*- Entry points: -*-