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:
7dde562
)
tools: Fix README file in pyproject.toml of u_boot_pylib.
author
Maxim Cournoyer
<maxim.cournoyer@gmail.com>
Fri, 7 Jul 2023 21:15:31 +0000
(17:15 -0400)
committer
Simon Glass
<sjg@chromium.org>
Thu, 20 Jul 2023 20:10:57 +0000
(14:10 -0600)
* tools/u_boot_pylib/pyproject.toml (readme): Replace README.md with
README.rst.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/u_boot_pylib/pyproject.toml
patch
|
blob
|
history
diff --git
a/tools/u_boot_pylib/pyproject.toml
b/tools/u_boot_pylib/pyproject.toml
index
3f33caf
..
31a4c0a
100644
(file)
--- a/
tools/u_boot_pylib/pyproject.toml
+++ b/
tools/u_boot_pylib/pyproject.toml
@@
-9,7
+9,7
@@
authors = [
{ name="Simon Glass", email="sjg@chromium.org" },
]
description = "U-Boot python library"
-readme = "README.
md
"
+readme = "README.
rst
"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",