From 08f9cf8d3c74ebc62c8337bd60d49fbbdb240b83 Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Fri, 1 Jul 2022 11:49:53 +0200
Subject: [PATCH] fixed syntax error in licence name

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

diff --git a/pyproject.toml b/pyproject.toml
index 3d546c2..8aa788b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ license = { file="LICENSE" }
 requires-python = ">=3.7.8"
 classifiers = [
     "Programming Language :: Python :: 3",
-    "License :: OSI Approved :: GNU AFFERO GENERAL PUBLIC LICENSE Version 3",
+    "License :: OSI Approved :: GNU Affero General Public License v3",
     "Operating System :: OS Independent",
 ]
 
-- 
GitLab