mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Add templates folder in the pyproject.toml package-data (#20484)
Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
4340104624
commit
52e7453d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ ultralytics = "ultralytics.cfg:entrypoint"
|
|||
[tool.setuptools] # configuration specific to the `setuptools` build backend.
|
||||
packages = { find = { where = ["."], include = ["ultralytics", "ultralytics.*"] } }
|
||||
# Tests included below for checking Conda builds in https://github.com/conda-forge/ultralytics-feedstock
|
||||
package-data = { "ultralytics" = ["**/*.yaml", "**/*.sh", "../tests/*.py"], "ultralytics.assets" = ["*.jpg"] }
|
||||
package-data = { "ultralytics" = ["**/*.yaml", "**/*.sh", "../tests/*.py"], "ultralytics.assets" = ["*.jpg"], "ultralytics.solutions.templates" = ["*.html"]}
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "ultralytics.__version__" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue