From 621b90eca976c49a19d93d55de1a36e5ae6bf3bf Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 21 Feb 2023 15:04:16 +0100
Subject: [PATCH] Correcting license info

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index ca48675..9516fd0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
 license = { file = "LICENSE"}
 classifiers = [
     "Programming Language :: Python :: 3",
-    "License :: NIBIO Open Source License",
+    "License :: GNU Affero GPL v3",
     "Operating System :: OS Independent",
 ]
 dependencies = [
-- 
GitLab