public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: u-boot@lists.denx.de
Cc: Simon Glass <sjg@chromium.org>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [PATCH 1/2] tools: Fix README file in pyproject.toml of u_boot_pylib.
Date: Fri,  7 Jul 2023 17:15:31 -0400	[thread overview]
Message-ID: <20230707211532.1584-1-maxim.cournoyer@gmail.com> (raw)

* tools/u_boot_pylib/pyproject.toml (readme): Replace README.md with
README.rst.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---

 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="sjg@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


             reply	other threads:[~2023-07-07 21:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-07 21:15 Maxim Cournoyer [this message]
2023-07-07 21:15 ` [PATCH 2/2] tools: Fix package discovery in pyproject.toml of u_boot_pylib Maxim Cournoyer
2023-07-09  3:38   ` Simon Glass
2023-07-23 13:23     ` Simon Glass
2023-07-09  3:38 ` [PATCH 1/2] tools: Fix README file " Simon Glass
2023-07-23 13:23   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230707211532.1584-1-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox