setup.py
changeset 3 fb200c11a230
parent 0 44692d47182f
child 9 7865f11d8ec2
equal deleted inserted replaced
2:69f2e46e04cf 3:fb200c11a230
    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.0'
    28 version = '0.1.1'
    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_pagelet',
    33 setup(name='pyams_pagelet',
    58       extras_require=dict(test=tests_require),
    58       extras_require=dict(test=tests_require),
    59       install_requires=[
    59       install_requires=[
    60           'setuptools',
    60           'setuptools',
    61           # -*- Extra requirements: -*-
    61           # -*- Extra requirements: -*-
    62           'pyams_template',
    62           'pyams_template',
       
    63           'pyams_utils',
    63           'pyramid',
    64           'pyramid',
    64           'pyramid_zcml',
    65           'pyramid_zcml',
    65           'zope.component',
    66           'zope.component',
    66           'zope.configuration',
    67           'zope.configuration',
    67           'zope.contentprovider',
    68           'zope.contentprovider',