setup.py
changeset 81 8252d1b237fc
parent 77 2be615fc6da4
equal deleted inserted replaced
80:dd9d4e651992 81:8252d1b237fc
    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.9'
    25 version = '0.1.10'
    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_alchemy',
    30 setup(name='pyams_alchemy',
    63           'zope.componentvocabulary',
    63           'zope.componentvocabulary',
    64           'zope.container',
    64           'zope.container',
    65           'zope.interface',
    65           'zope.interface',
    66           'zope.lifecycleevent',
    66           'zope.lifecycleevent',
    67           'zope.schema',
    67           'zope.schema',
    68           'zope.sqlalchemy >= 1.0.0',
    68           'zope.sqlalchemy >= 1.2',
    69       ],
    69       ],
    70       entry_points="""
    70       entry_points="""
    71       # -*- Entry points: -*-
    71       # -*- Entry points: -*-
    72       """,
    72       """,
    73       )
    73       )