1
0
Fork 0
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:
Simon Glass 2023-11-19 08:36:05 -07:00 committed by Tom Rini
parent 01feeec559
commit dff917d973

View file

@ -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"]