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",