mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
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>
This commit is contained in:
parent
f12465ce91
commit
6b9fbb47e4
1 changed files with 2 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue