From 679daf7558e420e494c052fa91b674a751ff5e07 Mon Sep 17 00:00:00 2001 From: Tomer Gabay Date: Fri, 20 Sep 2024 13:15:54 +0200 Subject: [PATCH] chore: added repository url to pyproject.toml for linking pypyi to github --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 967ed62..f5b6ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.2" description = "Infer plausible time zones for a time series dataset based on Daylight Savings Time switches" authors = ["Leon Overweel "] readme = "README.md" +repository = "https://github.com/leonoverweel/tz-canary" packages = [{include = "tz_canary"}] [tool.poetry.dependencies]