From e8f4b2fbc2e1f16e8283920d8305264e1680476c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 21 Nov 2021 20:58:42 +0100 Subject: [PATCH] Fix typo in setup file --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e028f07..050bbf9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,4 +71,4 @@ include = supysonic* console_scripts = supysonic-cli = supysonic.cli:main supysonic-daemon = supysonic.daemon:main - supysonic-server = supysonic.server:mai + supysonic-server = supysonic.server:main