fix: add setuptools package discovery config to exclude migrations
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
jlightner 2026-04-03 06:28:42 +00:00
parent 6fc4c1ae2b
commit 590e58d3a7

View file

@ -27,6 +27,9 @@ dependencies = [
"scikit-learn>=1.4",
]
[tool.setuptools.packages.find]
include = ["app*"]
[project.optional-dependencies]
dev = [
"pytest>=8.0",