relocate assets so they get budled correctly
All checks were successful
Security Scan / dependency-check (push) Successful in 38s
Security Scan / security (push) Successful in 42s
Test Suite / lint (push) Successful in 30s
Test Suite / test (3.11) (push) Successful in 1m26s
Test Suite / build (push) Successful in 40s

This commit is contained in:
2025-10-02 08:03:29 -07:00
parent d30387e201
commit 291bf9473a
19 changed files with 15 additions and 5 deletions

View File

@@ -54,3 +54,6 @@ where = ["src"]
[tool.setuptools.package-dir]
"" = "src"
[tool.setuptools.package-data]
embeddingbuddy = ["assets/**/*"]