From 11ae6567af1476d775f3a35c97976a7e281bef1f Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 4 Dec 2023 18:39:39 +0000 Subject: [PATCH] Render template ../cookiecutter-python-cli at 9bf60982ae --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d34a635..f9d79e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ classifiers = [ # https://pypi.org/classifiers/ "Programming Language :: Python :: 3.12", # FIXME: "Topic :: …", ] -urls = {Homepage = "https://github.com/liskin/strava-ical"} requires-python = "~= 3.8" dependencies = [ "PyYAML", @@ -48,6 +47,14 @@ test = [ "pytest", ] +[project.urls] +"Homepage" = "https://github.com/liskin/strava-ical" +"Release Notes" = "https://github.com/liskin/strava-ical/releases" +"Issues" = "https://github.com/liskin/strava-ical/issues" +"CI" = "https://github.com/liskin/strava-ical/actions" +"Donations (GitHub)" = "https://github.com/sponsors/liskin" +"Donations (PayPal)" = "https://www.paypal.me/lisknisi/10EUR" + [project.scripts] strava-ical = "strava_ical.cli:cli"