Skip to content
Snippets Groups Projects
Commit dff917d9 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent 01feeec5
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment