Skip to content

Commit 191519d

Browse files
committed
Fix pip install command with flat backend structure.
1 parent 945ce03 commit 191519d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ target-version = ['py312']
66
profile = "black"
77
line_length = 100
88

9+
[tool.setuptools]
10+
packages = ["folde", "app", "rq_util", "notebooks", "migrations"]
11+
912
# BasedPyright settings in pyproject.toml are ignored if we set pyrightconfig.json.
1013
# [tool.pyright]
1114
# pythonVersion = "3.12"

0 commit comments

Comments
 (0)