Add pypi links for documentation, issue tracking, and funding

This commit is contained in:
Micah Jerome Ellison 2021-02-27 15:56:13 -08:00
parent b99cebcee6
commit 46fb7ee177

View file

@ -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"