Skip to content

Commit 63adab8

Browse files
committed
fix: add missing __init__.py and update package discovery
1 parent 0fa3583 commit 63adab8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dev = [
2121
]
2222

2323
[tool.setuptools]
24-
packages = ["app"]
25-
py-modules = ["main", "seed_test_data", "debug_serper"]
24+
packages = { find = { where = ["."] } }
25+
py-modules = ["main"]
2626

2727
[tool.setuptools.package-dir]
2828
app = "app"

0 commit comments

Comments
 (0)