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

Simon Glass sjg at chromium.org
Sun Nov 19 16:36:03 CET 2023


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 at chromium.org>
---

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

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"]
-- 
2.43.0.rc0.421.g78406f8d94-goog



More information about the U-Boot mailing list