Mercurial > public > src > rhodecode
diff setup.py @ 740:341beaa9edba beta
Implemented whoosh index building as paster command.
docs update
fixed manifest.in for missing yui file.
Fixed setup to beta
added base for paster upgrade-db command
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sat, 13 Nov 2010 02:29:46 +0100 |
parents | 23c2a0e6df0b |
children | 7486da5f0628 |
line wrap: on
line diff
--- a/setup.py Sat Nov 13 00:23:36 2010 +0100 +++ b/setup.py Sat Nov 13 02:29:46 2010 +0100 @@ -89,5 +89,10 @@ [paste.app_install] main = pylons.util:PylonsInstaller + + [paste.global_paster_command] + make-index = rhodecode.lib.indexers:MakeIndex + upgrade-db = rhodecode.lib.utils:UpgradeDb + """, )