aboutsummaryrefslogtreecommitdiffstats
path: root/tools/u_boot_pylib
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-07-07 17:15:31 -0400
committerSimon Glass <sjg@chromium.org>2023-07-20 14:10:57 -0600
commit8b9c08267f0657b39105539801f811a5e086e97b (patch)
treee980f51d29bc6409c7a3800270539c1d9d07f913 /tools/u_boot_pylib
parent7dde5620ecff8fee0dd4e29631ba299b0c43d9b8 (diff)
downloadu-boot-8b9c08267f0657b39105539801f811a5e086e97b.tar.gz
tools: Fix README file in pyproject.toml of u_boot_pylib.
* 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>
Diffstat (limited to 'tools/u_boot_pylib')
-rw-r--r--tools/u_boot_pylib/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/u_boot_pylib/pyproject.toml b/tools/u_boot_pylib/pyproject.toml
index 3f33caf6f8d..31a4c0adae8 100644
--- 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",