diff --git a/pyproject.toml b/pyproject.toml index 3787bc6..cee619e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,8 @@ requires-python = ">= 3.9" [project.scripts] csv-metadata-quality = 'csv_metadata_quality.__main__:main' +# So rye doesn't fall back to setuptools +# See: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-build-backend [build-system] requires = ["hatchling"] build-backend = "hatchling.build"