setup.py
changeset 441 ed3c936dcd94
parent 438 d42a58f2d3d1
child 444 f39586021927
equal deleted inserted replaced
440:8fc7bc61494b 441:ed3c936dcd94
    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.39'
    25 version = '0.1.40'
    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_default_theme',
    30 setup(name='pyams_default_theme',
    56       install_requires=[
    56       install_requires=[
    57           'setuptools',
    57           'setuptools',
    58           # -*- Extra requirements: -*-
    58           # -*- Extra requirements: -*-
    59           'pyams_content',
    59           'pyams_content',
    60           'pyams_skin',
    60           'pyams_skin',
       
    61           'pyams_utils >= 0.1.31',
    61           'pyahocorasick',
    62           'pyahocorasick',
    62           'pyramid',
    63           'pyramid',
    63           'zope.component',
    64           'zope.component',
    64           'zope.interface'
    65           'zope.interface'
    65       ],
    66       ],