setup.py
changeset 27 fc7f98c14454
parent 23 99fb7f5fe348
equal deleted inserted replaced
26:995f4bedcf47 27:fc7f98c14454
    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.5'
    25 version = '0.1.6'
    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     'tornado'
       
    30 ]
    29 
    31 
    30 setup(name='pyams_zmq',
    32 setup(name='pyams_zmq',
    31       version=version,
    33       version=version,
    32       description="PyAMS package for 0MQ",
    34       description="PyAMS package for 0MQ",
    33       long_description=long_description,
    35       long_description=long_description,
    58           # -*- Extra requirements: -*-
    60           # -*- Extra requirements: -*-
    59           'pyams_utils',
    61           'pyams_utils',
    60           'pyramid',
    62           'pyramid',
    61           'pyzmq',
    63           'pyzmq',
    62           'tornado',
    64           'tornado',
    63           'zope.component',
       
    64           'zope.interface',
    65           'zope.interface',
    65       ],
    66       ],
    66       entry_points="""
    67       entry_points="""
    67       # -*- Entry points: -*-
    68       # -*- Entry points: -*-
    68       """)
    69       """)