Skip to content

Commit

Permalink
fix: change entrypoint from main() to cli()
Browse files Browse the repository at this point in the history
  • Loading branch information
Roux Mathis committed Sep 19, 2024
1 parent 4b942d4 commit 8c90a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pandora_mccnn =
[options.entry_points]
console_scripts =
cars = cars.cars:main
cars-starter = cars.starter:main
cars-starter = cars.starter:cli
cars-extractroi = cars.extractroi:main
cars-dashboard = cars.orchestrator.tiles_profiler:main

Expand Down

0 comments on commit 8c90a4a

Please sign in to comment.