From a393d4766f89822dadc5d4a4820df398163bcfd8 Mon Sep 17 00:00:00 2001 From: HgO Date: Mon, 15 Aug 2022 18:22:25 +0200 Subject: [PATCH] fix entrypoint --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9c69d52..8309605 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ test = pytest [options.entry_points] console_scripts = - matrix-alertbot = matrix_alertbot:main.__main__ + matrix-alertbot = matrix_alertbot:main.main [options.extras_require] test =