diff mbox series

[4/7] u_boot_pylib: Correct files used for pip release

Message ID 20231119153611.639252-5-sjg@chromium.org
State Accepted
Commit 6b9fbb47e41190d8a9b2927fcc8f0cff8e0809ab
Delegated to: Simon Glass
Headers show
Series doc: tools: Tidy up toml files for a new release | expand

Commit Message

Simon Glass Nov. 19, 2023, 3:36 p.m. UTC
The files list is incorrect and dates from a time when the script was
run from a different directory. Update it to match all the other tools.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/u_boot_pylib/pyproject.toml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Simon Glass Dec. 13, 2023, 8:39 p.m. UTC | #1
The files list is incorrect and dates from a time when the script was
run from a different directory. Update it to match all the other tools.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/u_boot_pylib/pyproject.toml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

diff --git a/tools/u_boot_pylib/pyproject.toml b/tools/u_boot_pylib/pyproject.toml
index 1984bd370089..a7a91e5cfa56 100644
--- a/tools/u_boot_pylib/pyproject.toml
+++ b/tools/u_boot_pylib/pyproject.toml
@@ -21,6 +21,5 @@  classifiers = [
 "Homepage" = "https://docs.u-boot.org"
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
-[tool.setuptools.packages.find]
-where = [".."]
-include = ["u_boot_pylib*"]
+[tool.setuptools.package-data]
+u_boot_pylib = ["*.rst"]