mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
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>
This commit is contained in:
parent
7dde5620ec
commit
8b9c08267f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue