diff setup.py @ 8435:e3a3fae57343 stable

cleanup: drop last traces of kallithea-config The kallithea-config sources were removed in commit 213085032127e941a3bd93d0e510828a9d87bf32 but an entry point was still created by setup.py. Moreover, the ini file still referenced this, instead of kallithea-cli (config-create).
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 23 May 2020 19:52:04 +0200
parents bee01ae374a2
children 0060db8a7dd5
line wrap: on
line diff
--- a/setup.py	Mon May 18 15:33:01 2020 +0200
+++ b/setup.py	Sat May 23 19:52:04 2020 +0200
@@ -153,7 +153,6 @@
     [console_scripts]
     kallithea-api =    kallithea.bin.kallithea_api:main
     kallithea-gist =   kallithea.bin.kallithea_gist:main
-    kallithea-config = kallithea.bin.kallithea_config:main
     kallithea-cli =    kallithea.bin.kallithea_cli:cli
 
     [paste.app_factory]