From 96fcc6df4afad71b8249612f930451869f3eb6ee Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Tue, 15 Oct 2024 23:29:25 +0800 Subject: [PATCH] fix missing author --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a515295..fe8cc3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ license = "MIT" description = "Probably the fastest Python package to convert longitude/latitude to timezone name" name = "tzfpy" requires-python = ">=3.9" +authors = [{ name = "ringsaturn", email = "ringsaturn.me@gmail.com" }] [project.optional-dependencies] pytz = ["pytz>=2024.2"]