code-review-fix task 14.3: remove dead inference package reference from pyproject.toml
This commit is contained in:
parent
4081a566b5
commit
d42b4827ca
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
include = ["app*", "features*", "training*", "inference*"]
|
include = ["app*", "features*", "training*"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue