setup.py
changeset 133 199e70b677d6
parent 128 61709f7d6755
equal deleted inserted replaced
132:2f7e36cb0e05 133:199e70b677d6
    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.19.1'
    25 version = '0.1.20'
    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_media',
    30 setup(name='pyams_media',
    56       install_requires=[
    56       install_requires=[
    57           'setuptools',
    57           'setuptools',
    58           # -*- Extra requirements: -*-
    58           # -*- Extra requirements: -*-
    59           'persistent',
    59           'persistent',
    60           'pyams_file',
    60           'pyams_file',
    61           'pyams_utils >= 0.1.15',
    61           'pyams_utils >= 0.1.37',
    62           'pyams_zmq',
    62           'pyams_zmq',
    63           'pyramid',
    63           'pyramid',
    64           'transaction',
    64           'transaction',
    65           'zope.annotation',
    65           'zope.annotation',
    66           'zope.component',
    66           'zope.component',