diff --git a/pyproject.toml b/pyproject.toml index 36fec35..c0f5bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools >= 77.0.3", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [project] @@ -10,10 +10,9 @@ authors = [ ] description = "Open compressed files transparently" readme = "README.rst" -license = {text = "MIT"} +license = "MIT" classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ] requires-python = ">=3.9"