From 3b5253be18b37258a939161463f838d9eccbe439 Mon Sep 17 00:00:00 2001 From: Liz Moy Date: Wed, 3 Sep 2025 17:26:21 +0200 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b19f40e..bdf7979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,3 +82,6 @@ section-order = ["future", "standard-library", "third-party", "first-party"] [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.poetry] +license = "MIT" From aa408f0824cbcef51981e1bc4ca00d42309c3c91 Mon Sep 17 00:00:00 2001 From: Liz Moy Date: Wed, 3 Sep 2025 17:27:34 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdf7979..91cd893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ description = "" readme = "README.md" authors = [] keywords = [] +license = "MIT" classifiers = [ "Intended Audience :: Developers", @@ -82,6 +83,3 @@ section-order = ["future", "standard-library", "third-party", "first-party"] [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" - -[tool.poetry] -license = "MIT"