Add some details in the pyproject.toml
This commit is contained in:
parent
a1ad25ddb2
commit
27931830e5
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ description = "Personal ofx processor"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||||||
|
homepage = "github.com/Crocmagnon/ofx-processor/"
|
||||||
|
repository = "github.com/Crocmagnon/ofx-processor/"
|
||||||
|
keywords = [
|
||||||
|
"ynab",
|
||||||
|
"finances",
|
||||||
|
"finance automation",
|
||||||
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
Loading…
Reference in a new issue