From 27931830e55a3ff83e7ded58b6fb45500bef8531 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 31 Mar 2020 18:46:18 +0200 Subject: [PATCH] Add some details in the pyproject.toml --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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",