diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a82876213..3f756c2fe 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -9,6 +9,7 @@ dynamic = ["version"] description = "Modern, extensible Python build backend" readme = "README.md" license = "MIT" +license-files = ["LICENSE.txt"] requires-python = ">=3.9" keywords = [ "build", @@ -21,7 +22,6 @@ authors = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9", diff --git a/pyproject.toml b/pyproject.toml index bdfc9f150..fdee18f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.24.2", "hatch-vcs>=0.3.0"] +requires = ["hatchling>=1.27", "hatch-vcs>=0.3.0"] build-backend = "hatchling.build" [project] @@ -7,6 +7,7 @@ name = "hatch" description = "Modern, extensible Python project management" readme = "README.md" license = "MIT" +license-files = ["LICENSE.txt"] requires-python = ">=3.9" keywords = [ "build", @@ -25,7 +26,6 @@ authors = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9",