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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user