diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -166,7 +166,6 @@ setuptools.setup( make-index=kallithea.lib.paster_commands.make_index:Command make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command setup-db=kallithea.lib.paster_commands.setup_db:Command - update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command upgrade-db=kallithea.lib.dbmigrate:UpgradeDb """, )