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.4' |
25 version = '0.1.5' |
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_content', |
30 setup(name='pyams_content', |
94 'zope.schema', |
94 'zope.schema', |
95 'zope.site', |
95 'zope.site', |
96 'zope.traversing' |
96 'zope.traversing' |
97 ], |
97 ], |
98 entry_points={ |
98 entry_points={ |
|
99 'console_scripts': [ |
|
100 'pyams_index = pyams_content.scripts.index:index_site' |
|
101 ], |
99 'fanstatic.libraries': [ |
102 'fanstatic.libraries': [ |
100 'pyams_content = pyams_content.skin:library' |
103 'pyams_content = pyams_content.skin:library' |
101 ] |
104 ] |
102 }) |
105 }) |