setup.py
changeset 19 270c209df927
parent 10 1acfa99756ad
equal deleted inserted replaced
18:d58d443e3683 19:270c209df927
    23                     'docs')
    23                     'docs')
    24 
    24 
    25 README = os.path.join(DOCS, 'README.txt')
    25 README = os.path.join(DOCS, 'README.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    27 
    27 
    28 version = '0.1.2'
    28 version = '0.1.3'
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    30 
    30 
    31 tests_require = []
    31 tests_require = []
    32 
    32 
    33 setup(name='pyams_template',
    33 setup(name='pyams_template',
    59       install_requires=[
    59       install_requires=[
    60           'setuptools',
    60           'setuptools',
    61           # -*- Extra requirements: -*-
    61           # -*- Extra requirements: -*-
    62           'pyramid',
    62           'pyramid',
    63           'pyramid_chameleon',
    63           'pyramid_chameleon',
       
    64           'venusian',
    64           'zope.component',
    65           'zope.component',
    65           'zope.configuration',
    66           'zope.configuration',
    66           'zope.interface',
    67           'zope.interface',
    67           'zope.schema'
    68           'zope.schema'
    68       ],
    69       ],