diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 2c65132a6..81f7c7ee5 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -7228,6 +7228,10 @@ "setuptools" ], "httpcore": [ + { + "buildSystem": "setuptools", + "until": "0.18.0" + }, { "buildSystem": "hatch-fancy-pypi-readme", "from": "0.18.0" @@ -7235,10 +7239,6 @@ { "buildSystem": "hatchling", "from": "0.18.0" - }, - { - "buildSystem": "setuptools", - "until": "0.18.0" } ], "httpie": [