From 9a42b2b4e7d1b0b6e4908d2a51d008cfba160d49 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 00:05:34 +0000 Subject: [PATCH] Relicense to Apache-2.0 The LICENSE file was already switched to Apache-2.0 (a1af65b); align the package metadata so it matches. This also makes the wrapper's license consistent with the bundled gomc-rest server (Apache-2.0 since v1.5.0), so redistributing that binary inside the wheels no longer mixes licenses. Verified: built wheel METADATA now reports 'License: Apache-2.0' and bundles the LICENSE under .dist-info/licenses/. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01SQbVkPEprK2ebcjck5ouUy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d82fc7f..973e179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dynamic = ["version"] description = "Talk to Mitsubishi PLCs from Python over the MC protocol via a bundled, auto-launched gomc-rest server — with optional REST API exposure." readme = "README.md" requires-python = ">=3.10" -license = { text = "MIT" } +license = { text = "Apache-2.0" } authors = [{ name = "Moge800" }] keywords = ["mitsubishi", "plc", "mc-protocol", "slmp", "gomc-rest"]