setup.py
changeset 27 3cdaebcaf5a5
parent 10 fa473731d5c7
child 43 1d180eb3d4d5
equal deleted inserted replaced
26:5bca394e019e 27:3cdaebcaf5a5
    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.1'
    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_portal',
    30 setup(name='pyams_portal',
    57       install_requires=[
    57       install_requires=[
    58           'setuptools',
    58           'setuptools',
    59           # -*- Extra requirements: -*-
    59           # -*- Extra requirements: -*-
    60           'fanstatic',
    60           'fanstatic',
    61           'persistent',
    61           'persistent',
       
    62           'pyams_default_theme',
    62           'pyams_form',
    63           'pyams_form',
    63           'pyams_pagelet',
    64           'pyams_pagelet',
    64           'pyams_security',
    65           'pyams_security',
    65           'pyams_skin',
    66           'pyams_skin',
    66           'pyams_template',
    67           'pyams_template',