setup.py
changeset 317 46c78cc30b74
parent 293 b2f7d60562ba
child 320 d8e63b05150e
equal deleted inserted replaced
316:c12f6c3ac809 317:46c78cc30b74
    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.21'
    25 version = '0.1.22'
    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           'pyahocorasick',
    61           'pyramid',
    62           'pyramid',
    62           'zope.component',
    63           'zope.component',
    63           'zope.interface',
    64           'zope.interface'
    64       ],
    65       ],
    65       entry_points={
    66       entry_points={
    66           'fanstatic.libraries': [
    67           'fanstatic.libraries': [
    67               'pyams_default_theme = pyams_default_theme:library'
    68               'pyams_default_theme = pyams_default_theme:library'
    68           ]
    69           ]