File pyproject-toml-remove-license-line.diff of Package python-gitea-api
diff --git a/pyproject.toml b/pyproject.toml index e29f437..044d5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "Gitea API" authors = [ {name = "OpenAPI Generator Community",email = "team@openapitools.org"}, ] -license = "MIT" readme = "README.md" keywords = ["OpenAPI", "OpenAPI-Generator", "Gitea API"] requires-python = ">=3.9"