rename binary from deb-mock to mock - update package name, entry points, and all references
This commit is contained in:
parent
20947d240e
commit
b5eb266f80
8 changed files with 104 additions and 99 deletions
2
setup.py
2
setup.py
|
|
@ -43,7 +43,7 @@ setup(
|
|||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"deb-mock=deb_mock.cli:main",
|
||||
"mock=deb_mock.cli:main",
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue