From ad89347ec7c05782d50232c0cedbbd1d3f6665ed Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Thu, 12 Jun 2025 02:46:19 +0200 Subject: [PATCH] Move from GPL-3.0-only to Apache-2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2895cef..3da1156 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ with open("README.md", encoding="utf-8") as readme: "and actual cluster state", long_description=readme.read(), long_description_content_type="text/markdown", - license="GPL-3.0-only", + license="Apache-2.0", classifiers=[ "Topic :: Software Development :: Documentation", "Topic :: Utilities",