Add pypi links for documentation, issue tracking, and funding (#1204)

This commit is contained in:
Micah Jerome Ellison 2021-03-06 07:18:35 -08:00 committed by GitHub
parent 5a44385a54
commit b9cf470871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"