mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
patman: Update the run script
Patman now has its main program in a function, so update the toml file to match. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
01feeec559
commit
dff917d973
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ classifiers = [
|
|||
"Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
|
||||
|
||||
[project.scripts]
|
||||
patman = "patman.__main__"
|
||||
patman = "patman.__main__:run_patman"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
patman = ["*.rst"]
|
||||
|
|
Loading…
Add table
Reference in a new issue