Skip to content

Commit fc156c9

Browse files
authored
fix: uv sync now installs in editable by default as intended (#37)
1 parent 414c538 commit fc156c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ dependencies = [
1616
[project.scripts]
1717
lingua-loop = "lingua_loop.scripts.run:run"
1818

19+
# https://github.com/astral-sh/uv/issues/9271#issuecomment-2488635515
20+
[build-system]
21+
requires = ["setuptools>=42"]
22+
build-backend = "setuptools.build_meta"
23+
1924
[tool.setuptools.packages.find]
2025
where = ["src"]
2126

0 commit comments

Comments
 (0)