diff --git a/overrides/build-systems.json b/overrides/build-systems.json index f5baabf..70ad8fe 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -6896,10 +6896,22 @@ "setuptools" ], "iniconfig": [ - "setuptools", - "setuptools-scm", - "hatch-vcs", - "hatchling" + { + "buildSystem": "setuptools", + "until": "2.0.0" + }, + { + "buildSystem": "setuptools-scm", + "until": "2.0.0" + }, + { + "buildSystem": "hatchling", + "from": "2.0.0" + }, + { + "buildSystem": "hatch-vcs", + "from": "2.0.0" + } ], "inifile": [ "setuptools"