Skip to content
Snippets Groups Projects
Commit 08f9cf8d authored by Veronique Legrand's avatar Veronique Legrand
Browse files

fixed syntax error in licence name

parent f3a01175
No related branches found
No related tags found
No related merge requests found
Pipeline #84360 passed
...@@ -18,7 +18,7 @@ license = { file="LICENSE" } ...@@ -18,7 +18,7 @@ license = { file="LICENSE" }
requires-python = ">=3.7.8" requires-python = ">=3.7.8"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "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", "Operating System :: OS Independent",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment