From 5a45629cb7f1ff33812f4de1095dc2aea938225e Mon Sep 17 00:00:00 2001 From: amcnicho Date: Wed, 13 Nov 2024 13:23:27 -0500 Subject: [PATCH] Update pyproject.toml remove duplicate key --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baf9801..a0b99ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ dependencies = [ "certifi>=2023.5.7", ] requires-python = ">=3.8" -readme = "README.md" license = {file = "LICENSE"} [project.urls]