From 56ffb18e9e0bed0ec37610c7b052e1a14b84cecc Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 4 Aug 2024 09:51:29 +0200 Subject: [PATCH] Remove redundant licence definition Drop the licence key, keep the licence classifier, as suggested by the Python Packaging User Guide. --- backend/pyproject.toml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d90a6a262..a03aeed67 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,6 @@ name = "hatchling" dynamic = ["version"] description = "Modern, extensible Python build backend" readme = "README.md" -license = "MIT" requires-python = ">=3.8" keywords = [ "build", diff --git a/pyproject.toml b/pyproject.toml index b142e00cc..f580a0f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ build-backend = "hatchling.build" name = "hatch" description = "Modern, extensible Python project management" readme = "README.md" -license = "MIT" requires-python = ">=3.8" keywords = [ "build",