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"}