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.41' |
25 version = '0.1.42' |
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_default_theme', |
30 setup(name='pyams_default_theme', |
59 'pyams_content', |
59 'pyams_content', |
60 'pyams_skin', |
60 'pyams_skin', |
61 'pyams_utils >= 0.1.31', |
61 'pyams_utils >= 0.1.31', |
62 'pyahocorasick', |
62 'pyahocorasick', |
63 'pyramid', |
63 'pyramid', |
|
64 'requests', |
64 'zope.component', |
65 'zope.component', |
65 'zope.interface' |
66 'zope.interface' |
66 ], |
67 ], |
67 entry_points={ |
68 entry_points={ |
68 'fanstatic.libraries': [ |
69 'fanstatic.libraries': [ |