Re: [PATCH 1/2] tools: Fix README file in pyproject.toml of u_boot_pylib.

2023-07-23 Thread Simon Glass
On Fri, 7 Jul 2023 at 15:17, Maxim Cournoyer  wrote:
>
> * tools/u_boot_pylib/pyproject.toml (readme): Replace README.md with
> README.rst.
>
> Signed-off-by: Maxim Cournoyer 
> ---
>
>  tools/u_boot_pylib/pyproject.toml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!


Re: [PATCH 1/2] tools: Fix README file in pyproject.toml of u_boot_pylib.

2023-07-08 Thread Simon Glass
On Fri, 7 Jul 2023 at 15:17, Maxim Cournoyer  wrote:
>
> * tools/u_boot_pylib/pyproject.toml (readme): Replace README.md with
> README.rst.
>
> Signed-off-by: Maxim Cournoyer 
> ---
>
>  tools/u_boot_pylib/pyproject.toml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 


[PATCH 1/2] tools: Fix README file in pyproject.toml of u_boot_pylib.

2023-07-07 Thread Maxim Cournoyer
* tools/u_boot_pylib/pyproject.toml (readme): Replace README.md with
README.rst.

Signed-off-by: Maxim Cournoyer 
---

 tools/u_boot_pylib/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/u_boot_pylib/pyproject.toml 
b/tools/u_boot_pylib/pyproject.toml
index 3f33caf6f8..31a4c0adae 100644
--- a/tools/u_boot_pylib/pyproject.toml
+++ b/tools/u_boot_pylib/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
   { name="Simon Glass", email="s...@chromium.org" },
 ]
 description = "U-Boot python library"
-readme = "README.md"
+readme = "README.rst"
 requires-python = ">=3.7"
 classifiers = [
 "Programming Language :: Python :: 3",

base-commit: 923de765ee1a5b26310f02cb42dcbad9e2b011c5
-- 
2.40.1