From 89a8306f45a3fc5dc355ed5ae03f73e763fcd276 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Fri, 14 Feb 2025 14:41:16 +0100 Subject: [PATCH] Add donation and repo links --- .github/FUNDING.yml | 1 + pyproject.toml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..34f2f1b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +ko_fi: dragoonaethis diff --git a/pyproject.toml b/pyproject.toml index efab396..d5b4a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,10 @@ classifiers = [ ] [tool.poetry.urls] +"GitHub" = "https://github.com/DragoonAethis/itch-dl" "Wiki" = "https://github.com/DragoonAethis/itch-dl/wiki" "Bug Tracker" = "https://github.com/DragoonAethis/itch-dl/issues" +"Donate" = "https://ko-fi.com/dragoonaethis" [tool.poetry.dependencies] python = "^3.8"