fix: add setuptools package discovery config to exclude migrations
Some checks are pending
CI / test (push) Waiting to run
Some checks are pending
CI / test (push) Waiting to run
This commit is contained in:
parent
6fc4c1ae2b
commit
590e58d3a7
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ dependencies = [
|
||||||
"scikit-learn>=1.4",
|
"scikit-learn>=1.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["app*"]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest>=8.0",
|
"pytest>=8.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue