From 51be42fdbc813d10d5b69221d1c7a7de8efbd89e Mon Sep 17 00:00:00 2001 From: rosenpin Date: Fri, 24 Sep 2021 14:03:06 +0300 Subject: [PATCH] fixed setup.py --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index ec14a47..3f9ba2c 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,12 @@ "google-auth-oauthlib", "aiohttp", ], + scripts=[ + "i3_agenda/config.py", + "i3_agenda/event.py", + "i3_agenda/API.py", + "i3_agenda/cache_utils.py", + ], entry_points={ "console_scripts": [ "i3-agenda = i3_agenda.__init__:main",