Skip to content

Commit fbedbae

Browse files
authored
Use uv build backend (#68)
1 parent d9dfd2a commit fbedbae

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
license = "Apache-2.0"
10+
license-files = ["LICENSE"]
1011
repository = "https://github.com/henribru/google-api-python-client-stubs"
1112
classifiers = [
1213
"Typing :: Stubs Only",
@@ -38,9 +39,10 @@ known-first-party = [
3839
[tool.mypy]
3940
warn_unused_ignores = true
4041

41-
[tool.hatch.build.targets.wheel]
42-
packages = ["googleapiclient-stubs", "apiclient-stubs"]
42+
[tool.uv.build-backend]
43+
module-name = ["googleapiclient-stubs", "apiclient-stubs"]
44+
module-root = ""
4345

4446
[build-system]
45-
requires = ["hatchling"]
46-
build-backend = "hatchling.build"
47+
requires = ["uv_build>=0.8.0,<0.9.0"]
48+
build-backend = "uv_build"

0 commit comments

Comments
 (0)