Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Moe 042addb501 source hatch completion on login 2023-10-04 15:06:45 -06:00
Jeff Moe 430cea8ddc AGPLv3+ default license 2023-10-04 15:06:19 -06:00
2 changed files with 6 additions and 1 deletions

View File

@ -251,6 +251,7 @@ eval "$(register-python-argcomplete pipx)"
# perhaps
_HATCH_COMPLETE=bash_source hatch > ~/.hatch-complete.bash
. ~/.hatch-complete.bash
echo ". ~/.hatch-complete.bash" >> ~/.bashrc
```

View File

@ -11,6 +11,10 @@ cache = "/home/jebba/.cache/hatch"
[dirs.env]
[projects]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Operating System :: POSIX :: Linux",
]
[publish.index]
repo = "main"
@ -22,7 +26,7 @@ email = "moe@spacecruft.org"
[template.licenses]
headers = true
default = [
"MIT",
"AGPL-3.0-or-later",
]
[template.plugins.default]