git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01feeec
)
patman: Update the run script
author
Simon Glass
<sjg@chromium.org>
Sun, 19 Nov 2023 15:36:05 +0000
(08:36 -0700)
committer
Tom Rini
<trini@konsulko.com>
Wed, 13 Dec 2023 23:39:06 +0000
(18:39 -0500)
Patman now has its main program in a function, so update the toml file
to match.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/pyproject.toml
patch
|
blob
|
history
diff --git
a/tools/patman/pyproject.toml
b/tools/patman/pyproject.toml
index
f29516a
..
5613194
100644
(file)
--- a/
tools/patman/pyproject.toml
+++ b/
tools/patman/pyproject.toml
@@
-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"]