From d73c5880787735ff178d2d35b081eea437ca367e Mon Sep 17 00:00:00 2001 From: Ryohei Sasaki Date: Sun, 5 Apr 2026 14:15:51 +0900 Subject: [PATCH] Fix license classifier to MIT (matching CloudAnalyzer) --- cloudanalyzer/agent-harness/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudanalyzer/agent-harness/setup.py b/cloudanalyzer/agent-harness/setup.py index 108a11f01..616044574 100644 --- a/cloudanalyzer/agent-harness/setup.py +++ b/cloudanalyzer/agent-harness/setup.py @@ -28,7 +28,7 @@ setup( }, classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering :: GIS", "Topic :: Scientific/Engineering :: Information Analysis", ],