Skip to content

Commit 74ba93c

Browse files
authored
Add additional codecov entrypoint
Given that the https://github.com/codecov/codecov-python repository was archived last year and the associated Python package is deprecated, adding `codecov` as en entrypoint would make this Python package's script names more aligned to the other, operating system specific, binary executables which are created from the same code. That would also make life easier for any maintainers who may want to package this project as part of a software distribution like Homebrew.
1 parent bd4f749 commit 74ba93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
],
3030
entry_points={
3131
"console_scripts": [
32+
"codecov = codecov_cli.main:run",
3233
"codecovcli = codecov_cli.main:run",
3334
],
3435
},

0 commit comments

Comments
 (0)