tasteful-python/config/hatch/config.toml

45 lines
685 B
TOML

mode = "local"
project = ""
shell = ""
[dirs]
project = []
python = "isolated"
data = "/home/jebba/.local/share/hatch"
cache = "/home/jebba/.cache/hatch"
[dirs.env]
[projects]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Operating System :: POSIX :: Linux",
]
[publish.index]
repo = "main"
[template]
name = "Jeff Moe"
email = "moe@spacecruft.org"
[template.licenses]
headers = true
default = [
"AGPL-3.0-or-later",
]
[template.plugins.default]
tests = true
ci = false
src-layout = true
[terminal.styles]
info = "bold"
success = "bold cyan"
error = "bold red"
warning = "bold yellow"
waiting = "bold magenta"
debug = "bold"
spinner = "simpleDotsScrolling"