Skip to content

Commit

Permalink
fix the entrypoint to be correct and point main()
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Jan 10, 2024
1 parent 6f0abbc commit 7981244
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 @@ -50,7 +50,7 @@ test=pytest

[options.entry_points]
console_scripts =
selector = pytest_diff_selector.main:run
selector = pytest_diff_selector.main:main

[options.extras_require]
test =
Expand Down

0 comments on commit 7981244

Please sign in to comment.