Skip to content

Commit

Permalink
Merge branch 'template'
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Dec 4, 2023
2 parents 2990e11 + 11ae656 commit 76067bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ classifiers = [ # https://pypi.org/classifiers/
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
]
urls = {Homepage = "https://github.com/liskin/strava-ical"}
requires-python = "~= 3.8"
dependencies = [
"click ~= 8.0",
Expand All @@ -51,6 +50,14 @@ strava = [
"strava-offline ~= 1.0",
]

[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"
strava-ical-sync = "strava_ical.cli_strava_offline:cli_sqlite [strava]"
Expand Down

0 comments on commit 76067bb

Please sign in to comment.