diff --git a/pyproject.toml b/pyproject.toml index 1c160c2..2d75de6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,13 @@ description = "Personal ofx processor" readme = "README.md" license = "GPL-3.0-or-later" authors = ["Gabriel Augendre "] +homepage = "github.com/Crocmagnon/ofx-processor/" +repository = "github.com/Crocmagnon/ofx-processor/" +keywords = [ + "ynab", + "finances", + "finance automation", +] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console",