equal
deleted
inserted
replaced
6 |
6 |
7 README = os.path.join(DOCS, 'README.txt') |
7 README = os.path.join(DOCS, 'README.txt') |
8 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
8 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt') |
9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt') |
10 |
10 |
11 version = '0.1.3' |
11 version = '0.1.4' |
12 long_description = open(README).read() + '\n\n' + \ |
12 long_description = open(README).read() + '\n\n' + \ |
13 open(CONTRIBS).read() + '\n\n' + \ |
13 open(CONTRIBS).read() + '\n\n' + \ |
14 open(HISTORY).read() |
14 open(HISTORY).read() |
15 |
15 |
16 tests_require = [ |
16 tests_require = [ |
73 'zope.traversing', |
73 'zope.traversing', |
74 'zope.viewlet', |
74 'zope.viewlet', |
75 'ztfy.baseskin', |
75 'ztfy.baseskin', |
76 'ztfy.extfile', |
76 'ztfy.extfile', |
77 'ztfy.file', |
77 'ztfy.file', |
|
78 'ztfy.mail', |
78 'ztfy.skin', |
79 'ztfy.skin', |
79 'ztfy.utils', |
80 'ztfy.utils', |
80 ], |
81 ], |
81 entry_points={ |
82 entry_points={ |
82 'fanstatic.libraries': [ |
83 'fanstatic.libraries': [ |