From 430cea8ddcad1cc7d368920182e64904e1856a4d Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 4 Oct 2023 15:06:19 -0600 Subject: [PATCH] AGPLv3+ default license --- config/hatch/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hatch/config.toml b/config/hatch/config.toml index e553f61..b0c8ef5 100644 --- a/config/hatch/config.toml +++ b/config/hatch/config.toml @@ -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]