We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dfd2a commit fbedbaeCopy full SHA for fbedbae
pyproject.toml
@@ -7,6 +7,7 @@ authors = [
7
]
8
readme = "README.md"
9
license = "Apache-2.0"
10
+license-files = ["LICENSE"]
11
repository = "https://github.com/henribru/google-api-python-client-stubs"
12
classifiers = [
13
"Typing :: Stubs Only",
@@ -38,9 +39,10 @@ known-first-party = [
38
39
[tool.mypy]
40
warn_unused_ignores = true
41
-[tool.hatch.build.targets.wheel]
42
-packages = ["googleapiclient-stubs", "apiclient-stubs"]
+[tool.uv.build-backend]
43
+module-name = ["googleapiclient-stubs", "apiclient-stubs"]
44
+module-root = ""
45
46
[build-system]
-requires = ["hatchling"]
-build-backend = "hatchling.build"
47
+requires = ["uv_build>=0.8.0,<0.9.0"]
48
+build-backend = "uv_build"
0 commit comments