We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa3583 commit 63adab8Copy full SHA for 63adab8
1 file changed
pyproject.toml
@@ -21,8 +21,8 @@ dev = [
21
]
22
23
[tool.setuptools]
24
-packages = ["app"]
25
-py-modules = ["main", "seed_test_data", "debug_serper"]
+packages = { find = { where = ["."] } }
+py-modules = ["main"]
26
27
[tool.setuptools.package-dir]
28
app = "app"
0 commit comments