Skip to content

Commit e0540b3

Browse files
committed
revert to flit backend
1 parent 5c8a4e0 commit e0540b3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[build-system]
2-
requires = ["uv_build>=0.9.6,<0.11.0"]
3-
build-backend = "uv_build"
2+
requires = ["flit_core >=3.11,<5"]
3+
build-backend = "flit_core.buildapi"
44

5-
[tool.uv.build-backend]
6-
source-include = ["tests/**"]
7-
module-name = "cachecontrol"
8-
module-root = ""
5+
[tool.flit.module]
6+
name = "cachecontrol"
7+
8+
[tool.flit.sdist]
9+
include = ["tests/"]
910

1011

1112
[project]

0 commit comments

Comments
 (0)