There was an error while loading. Please reload this page.
1 parent 945ce03 commit 191519dCopy full SHA for 191519d
1 file changed
backend/pyproject.toml
@@ -6,6 +6,9 @@ target-version = ['py312']
6
profile = "black"
7
line_length = 100
8
9
+[tool.setuptools]
10
+packages = ["folde", "app", "rq_util", "notebooks", "migrations"]
11
+
12
# BasedPyright settings in pyproject.toml are ignored if we set pyrightconfig.json.
13
# [tool.pyright]
14
# pythonVersion = "3.12"
0 commit comments