commit: 12859b23302269e69b13aaa134881c02e6020e77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 12:53:08 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 12:53:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/gentoopm.git/commit/?id=12859b23
Fix license trove classifier
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 2b12604..5981ecb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"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",
"Topic :: System :: Installation/Setup",