13 lines
338 B
TOML
13 lines
338 B
TOML
name = "personal_finance_tool"
|
|
description = "A TUI for managing your personal finances"
|
|
version = "0.1.0-dev"
|
|
|
|
authors = ["Folkert Kevelam"]
|
|
maintainers = ["Folkert Kevelam <folkert@pyllr.nl>"]
|
|
maintainers-logins = ["github-username"]
|
|
licenses = "GPL-3.0-or-later"
|
|
website = "pyllr.nl"
|
|
tags = []
|
|
|
|
executables = ["personal_finance_tool"]
|