setup.py
changeset 1412 5a4cc99b8253
parent 1409 c5d0919c9159
child 1415 24cc66cb1a14
equal deleted inserted replaced
1411:cd12f6f824e2 1412:5a4cc99b8253
    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.61'
    27 version = '0.1.61.1'
    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',
    62           'fanstatic',
    62           'fanstatic',
    63           'hypatia',
    63           'hypatia',
    64           'myams',
    64           'myams',
    65           'persistent',
    65           'persistent',
    66           'pyams_catalog',
    66           'pyams_catalog',
    67           'pyams_file',
    67           'pyams_file >= 0.1.29',
    68           'pyams_form >= 0.1.13',
    68           'pyams_form >= 0.1.28',
    69           'pyams_i18n',
    69           'pyams_i18n',
    70           'pyams_mail',
    70           'pyams_mail',
    71           'pyams_pagelet',
    71           'pyams_pagelet',
    72           'pyams_portal',
    72           'pyams_portal',
    73           'pyams_security',
    73           'pyams_security',