From 720766eaf9c9e23c0b40cb66253c7491144be487 Mon Sep 17 00:00:00 2001 From: Erdem Demir <35841628+erdemdmr@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:51:36 +0300 Subject: [PATCH] Update pyproject.toml Signed-off-by: Erdem Demir <35841628+erdemdmr@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 929e104..2b76aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "iyzipay" version = "1.0.43" -dynamic = ["description", "readme", "license", "authors", "classifiers"] +dynamic = ["classifiers"] description = "iyzipay api python client" readme = { file = "README.md", content-type = "text/markdown" } license = {text = "MIT"}