comparison setup.py @ 7415:f9c8fec48185

cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create' Note: 'extensions' instead of 'rcextensions' as first step to get away from the 'rc' prefix.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 3158cf0dafb7
children 502b9bd0a24d
comparison
equal deleted inserted replaced
7414:3158cf0dafb7 7415:f9c8fec48185
159 main = kallithea.config.middleware:make_app 159 main = kallithea.config.middleware:make_app
160 160
161 [gearbox.commands] 161 [gearbox.commands]
162 celeryd=kallithea.lib.paster_commands.celeryd:Command 162 celeryd=kallithea.lib.paster_commands.celeryd:Command
163 make-index=kallithea.lib.paster_commands.make_index:Command 163 make-index=kallithea.lib.paster_commands.make_index:Command
164 make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command
165 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb 164 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
166 """, 165 """,
167 ) 166 )