setup.py
changeset 19 f3f2a1e1f3bb
parent 15 551c55958cf3
child 24 651c3646cab3
equal deleted inserted replaced
18:2760efac78bc 19:f3f2a1e1f3bb
    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'
    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_catalog',
    30 setup(name='pyams_catalog',
    56       install_requires=[
    56       install_requires=[
    57           'setuptools',
    57           'setuptools',
    58           # -*- Extra requirements: -*-
    58           # -*- Extra requirements: -*-
    59           'hypatia',
    59           'hypatia',
    60           'nltk',
    60           'nltk',
       
    61           'persistent',
       
    62           'pyams_i18n',
    61           'pyams_utils',
    63           'pyams_utils',
    62           'pyramid',
    64           'pyramid',
    63           'zope.component',
    65           'ZODB',
    64           'zope.interface',
    66           'zope.interface',
       
    67           'zope.intid',
       
    68           'zope.keyreference',
       
    69           'zope.lifecycleevent',
       
    70           'zope.site',
    65       ],
    71       ],
    66       entry_points="""
    72       entry_points="""
    67       # -*- Entry points: -*-
    73       # -*- Entry points: -*-
    68       """,
    74       """,
    69       )
    75       )