Skip to content

Commit

Permalink
Add missing console script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Jun 27, 2024
1 parent 40f5250 commit 3df088b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ fanstatic.libraries =

console_scripts =
add_user = privatim.cli.add_user:add_user
delete_user = privatim.cli.add_user:delete_user
initialize_db = privatim.cli.initialize_db:main
add_meeting = privatim.cli.add_meeting:main
delete_meetings = privatim.cli.delete_meetings:main
Expand Down

0 comments on commit 3df088b

Please sign in to comment.