Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenpin committed Sep 24, 2021
1 parent add66eb commit 51be42f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 51be42f

Please sign in to comment.