equal
deleted
inserted
replaced
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_sequence', |
30 setup(name='pyams_sequence', |
59 # -*- Extra requirements: -*- |
59 # -*- Extra requirements: -*- |
60 'hypatia', |
60 'hypatia', |
61 'pyams_catalog', |
61 'pyams_catalog', |
62 'pyams_form', |
62 'pyams_form', |
63 'pyams_pagelet', |
63 'pyams_pagelet', |
|
64 'pyams_skin', |
64 'pyams_utils >= 0.1.15', |
65 'pyams_utils >= 0.1.15', |
65 'pyramid', |
66 'pyramid', |
66 'zope.component', |
67 'zope.component', |
67 'zope.interface', |
68 'zope.interface', |
68 'zope.intid', |
69 'zope.intid', |