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 a17481c commit 810a7cbCopy full SHA for 810a7cb
1 file changed
docs/guides/libraries.rst
@@ -136,14 +136,11 @@ For example:
136
[project]
137
name = "my-great-package-stubs"
138
version = "0.1.0"
139
- requires-python = ">=3.14"
+ requires-python = ">=3.10"
140
141
[build-system]
142
- requires = ["hatchling"]
143
- build-backend = "hatchling.build"
144
-
145
- [tool.hatch.build.targets.wheel]
146
- packages = ["src/my_great_package-stubs"]
+ requires = ["uv_build>=0.9.18,<0.10.0"]
+ build-backend = "uv_build"
147
148
Users are then able to install the stubs-only package separately to provide
149
types for the original library.
0 commit comments