From 8d49a64f1ce1149df96deab6a54a17285b9cd66c Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 29 Oct 2024 11:31:30 +0700 Subject: [PATCH] Update project source link --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 41e44bf..1c45b1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,8 @@ pytest-cov = "^5.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[project.urls] +Homepage = "https://pypi.org/project/unofficial-livecounts-api" +Issues = "https://github.com/jonaskahn/unofficial-livecounts-api/issues" +Source = "https://github.com/jonaskahn/unofficial-livecounts-api"