From 7dca1a1d30f7561b1768eb2dd5e9f7535429556d Mon Sep 17 00:00:00 2001 From: Mr-Milk Date: Tue, 9 Jan 2024 09:51:23 +0100 Subject: [PATCH] Fix wrong field in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cbf54d..ec4c49d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "legendkit" dynamic = ["version", "description"] requires-python = ">=3.8" authors = [ - {name = "Mr-Milk", email = "yzheng@cemm.at", role = "maintainer"}, + {name = "Mr-Milk", email = "yzheng@cemm.at"}, ] license = {file = "LICENSE"} readme = "README.md"