summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-28 13:52:51 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-28 13:52:51 +0100
commit1390373af5b926253f6299ebd7be78a972379862 (patch)
tree38145a75b2b4ae336eedda7fe5e18e05ad82dc40
parentd5e94d1c843eb2794d8d89055f4ced879be2ac6d (diff)
downloadgemato-1390373af5b926253f6299ebd7be78a972379862.tar.gz
Fix license trove classifierHEADmaster
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index da4b304..e70a289 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: System Administrators",
- "License :: OSI Approved :: BSD License",
+ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: POSIX",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Security :: Cryptography",