aboutsummaryrefslogtreecommitdiff
path: root/tools/u_boot_pylib/pyproject.toml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-11-19 08:36:03 -0700
committerTom Rini <trini@konsulko.com>2023-12-13 18:39:06 -0500
commit6b9fbb47e41190d8a9b2927fcc8f0cff8e0809ab (patch)
tree6acbd4a684b362d68a6fd21926af301e0f14704a /tools/u_boot_pylib/pyproject.toml
parentf12465ce91ea487b64afbdcd26147c723301b792 (diff)
downloadu-boot-6b9fbb47e41190d8a9b2927fcc8f0cff8e0809ab.zip
u-boot-6b9fbb47e41190d8a9b2927fcc8f0cff8e0809ab.tar.gz
u-boot-6b9fbb47e41190d8a9b2927fcc8f0cff8e0809ab.tar.bz2
u_boot_pylib: Correct files used for pip release
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>
Diffstat (limited to 'tools/u_boot_pylib/pyproject.toml')
-rw-r--r--tools/u_boot_pylib/pyproject.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/u_boot_pylib/pyproject.toml b/tools/u_boot_pylib/pyproject.toml
index 1984bd3..a7a91e5 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"]