rename binary from deb-mock to mock - update package name, entry points, and all references
Some checks failed
Build Deb-Mock Package / build (push) Successful in 53s
Test Deb-Mock Build / test (push) Has been cancelled
Build and Publish Debian Package / build-deb (push) Failing after 2s
Release Deb-Mock / release (push) Successful in 59s

This commit is contained in:
robojerk 2025-08-04 01:18:18 +00:00
parent 20947d240e
commit b5eb266f80
8 changed files with 104 additions and 99 deletions

View file

@ -43,7 +43,7 @@ setup(
],
entry_points={
"console_scripts": [
"deb-mock=deb_mock.cli:main",
"mock=deb_mock.cli:main",
],
},
include_package_data=True,