code-review-fix task 14.3: remove dead inference package reference from pyproject.toml

This commit is contained in:
Marko Djordjevic 2026-02-18 20:48:10 +01:00
parent 4081a566b5
commit d42b4827ca

View file

@ -29,4 +29,4 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["app*", "features*", "training*", "inference*"]
include = ["app*", "features*", "training*"]