From b9cf470871cbe691ce2bc2846a5d1bd7453bb93f Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 6 Mar 2021 07:18:35 -0800 Subject: [PATCH] Add pypi links for documentation, issue tracking, and funding (#1204) --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e87de592..925a936c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,11 @@ classifiers = [ "Operating System :: OS Independent" ] +[tool.poetry.urls] +"Documentation" = "https://jrnl.sh" +"Issue Tracker" = "https://github.com/jrnl-org/jrnl/issues" +"Funding" = "https://opencollective.com/jrnl" + [tool.poetry.dependencies] python = ">=3.7.0, <3.10"