Mercurial > hg > TagInTheMiddle
diff setup.py @ 19:57ca873ed9bf default tip
make this a pluggable system and start reorging infrastructure for that
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 25 May 2010 07:48:53 -0700 |
parents | 1c5cbbde4299 |
children |
line wrap: on
line diff
--- a/setup.py Mon May 24 07:48:48 2010 -0700 +++ b/setup.py Tue May 25 07:48:53 2010 -0700 @@ -31,6 +31,10 @@ # -*- Entry points: -*- [paste.app_factory] TagInTheMiddle = TagInTheMiddle.factory:factory + + [tag.engines] + sqlite = TagInTheMiddle.model:SQLiteTags + file = TagInTheMiddle.model:FileTags """, )