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 a567872 commit 748a2a9Copy full SHA for 748a2a9
bin/configs/python-httpx.yaml
@@ -4,6 +4,7 @@ inputSpec: modules/openapi-generator/src/test/resources/3_0/python/petstore-with
4
templateDir: modules/openapi-generator/src/main/resources/python
5
library: httpx
6
additionalProperties:
7
+ buildSystem: hatchling
8
packageName: petstore_api
9
mapNumberTo: float
10
poetry1: false
samples/openapi3/client/petstore/python-httpx/pyproject.toml
@@ -35,8 +35,8 @@ mypy = ">= 1.5"
35
36
37
[build-system]
38
-requires = ["setuptools"]
39
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
40
41
[tool.pylint.'MESSAGES CONTROL']
42
extension-pkg-whitelist = "pydantic"
0 commit comments