Skip to content

Commit 79d96ef

Browse files
committed
fix(pyproject): run
1 parent 6ac9c7a commit 79d96ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ dependencies = [
2121
[build-system]
2222
requires = ["setuptools>=42", "wheel"]
2323
build-backend = "setuptools.build_meta"
24+
[tool.setuptools.packages.find]
25+
where = ["."]
26+
include = ["ai*", "db*", "services*", "endpoints*"]
27+
exclude = ["templates*"]

0 commit comments

Comments
 (0)