diff --git a/pyproject.toml b/pyproject.toml index ec33a73..28ecd76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,7 @@ requires = [ "pip", "nuitka", # https://setuptools-git-versioning.readthedocs.io/en/latest/differences.html - "setuptools>=80.0.0", - "setuptools-git-versioning", + "setuptools-git-versioning", "wheel>=0.37.0", ] build-backend = "setuptools.build_meta"