Changeset 2098
- Timestamp:
- 03/12/07 01:14:22 (2 years ago)
- Files:
-
- addcommentmacro/0.10/setup.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
addcommentmacro/0.10/setup.py
r1267 r2098 6 6 setup( 7 7 name = 'TracAddCommentMacro', 8 version = '0. 1',8 version = '0.2', 9 9 packages = ['addcomment'], 10 10 package_data={ 'addcomment' : [ ] }, … … 14 14 keywords = "trac plugin macro comments", 15 15 url = "http://trac-hacks.org/wiki/AddCommentMacro", 16 16 classifiers = [ 17 'Framework :: Trac', 18 ], 19 17 20 entry_points = { 18 21 'trac.plugins': [ … … 21 24 }, 22 25 23 install_requires = [ ],26 install_requires = [ 'TracMacroPost' ], 24 27 )
