Skip to content

Commit bea8f72

Browse files
chore: use setuptools build system
Signed-off-by: Saurav Sharma <[email protected]>
1 parent d84fb4b commit bea8f72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ dev = ["nox>=2024.10.9", "pytest>=8", "ruff>=0.8.3"]
3535
[tool.ruff.lint]
3636
select = ["I"]
3737

38-
[tool.uv]
39-
package = true
38+
[build-system]
39+
requires = ["setuptools>=61"]
40+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)