setup.py
changeset 1409 c5d0919c9159
parent 1402 4304b80a00b3
child 1412 5a4cc99b8253
equal deleted inserted replaced
1408:916c81459d6b 1409:c5d0919c9159
    22                     'docs')
    22                     'docs')
    23 
    23 
    24 README = os.path.join(DOCS, 'README.txt')
    24 README = os.path.join(DOCS, 'README.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 
    26 
    27 version = '0.1.60'
    27 version = '0.1.61'
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 
    29 
    30 tests_require = []
    30 tests_require = []
    31 
    31 
    32 setup(name='pyams_content',
    32 setup(name='pyams_content',
    59       install_requires=[
    59       install_requires=[
    60           'setuptools',
    60           'setuptools',
    61           # -*- Extra requirements: -*-
    61           # -*- Extra requirements: -*-
    62           'fanstatic',
    62           'fanstatic',
    63           'hypatia',
    63           'hypatia',
       
    64           'myams',
    64           'persistent',
    65           'persistent',
    65           'pyams_catalog',
    66           'pyams_catalog',
    66           'pyams_file',
    67           'pyams_file',
    67           'pyams_form >= 0.1.13',
    68           'pyams_form >= 0.1.13',
    68           'pyams_i18n',
    69           'pyams_i18n',