docker probleme

This commit is contained in:
chk
2026-06-08 21:15:15 +02:00
parent 4358857cf2
commit 094ae5ce68
29 changed files with 4691 additions and 29 deletions

View File

@@ -23,3 +23,10 @@ approbot-pipeline = "scripts.__main__:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["scripts*"]
# Die Pipeline-Schritte in scripts/pipeline/ sind KEIN Python-Paket
# (kein __init__.py, teils Ziffern-Präfixe wie 1_detect_*.py). Sie werden
# vom Orchestrator per Subprocess über ihren Dateipfad aufgerufen und müssen
# deshalb explizit als Paket-Daten ins Wheel aufgenommen werden.
[tool.setuptools.package-data]
scripts = ["pipeline/*.py"]