Skip to content

Commit 114a4e9

Browse files
Don't break the CI! (#1335)
1 parent 50c3d0c commit 114a4e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

backend/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ build-backend = "setuptools.build_meta"
3535
[tool.setuptools.dynamic]
3636
dependencies = { file = ["requirements.txt"] }
3737

38-
[tool.setuptools.packages.find]
39-
where = ["./src"]
40-
include = ["appointment"]
38+
# Enable for UV support, this currently breaks the CI though
39+
#[tool.setuptools.packages.find]
40+
#where = ["./src"]
41+
#include = ["appointment"]
4142

4243
# Ruff
4344
[tool.ruff]

0 commit comments

Comments
 (0)