u_boot_pylib: Correct files used for pip release
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 15:36:03 +0000 (08:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:06 +0000 (18:39 -0500)
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

index 1984bd3..a7a91e5 100644 (file)
@@ -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"]