Skip to content

Commit 748a2a9

Browse files
committed
test hatchling build system
1 parent a567872 commit 748a2a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/configs/python-httpx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ inputSpec: modules/openapi-generator/src/test/resources/3_0/python/petstore-with
44
templateDir: modules/openapi-generator/src/main/resources/python
55
library: httpx
66
additionalProperties:
7+
buildSystem: hatchling
78
packageName: petstore_api
89
mapNumberTo: float
910
poetry1: false

samples/openapi3/client/petstore/python-httpx/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ mypy = ">= 1.5"
3535

3636

3737
[build-system]
38-
requires = ["setuptools"]
39-
build-backend = "setuptools.build_meta"
38+
requires = ["hatchling"]
39+
build-backend = "hatchling.build"
4040

4141
[tool.pylint.'MESSAGES CONTROL']
4242
extension-pkg-whitelist = "pydantic"

0 commit comments

Comments
 (0)