]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tools: Fix README file in pyproject.toml of u_boot_pylib.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 7 Jul 2023 21:15:31 +0000 (17:15 -0400)
committerSimon 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

index 3f33caf6f8d2e7bd2da5c7ec9c5d22fc508d54d6..31a4c0adae87a3113843efc953f701049684ec51 100644 (file)
@@ -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",