From ba65da077679fdcf926adf99cf05195ae86d8663 Mon Sep 17 00:00:00 2001 From: Ben Hutcheson Date: Sun, 31 Dec 2023 07:31:48 +0100 Subject: [PATCH] fix(plc4py): Fix license classifier to match a pypi classifier --- sandbox/plc4py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/plc4py/setup.py b/sandbox/plc4py/setup.py index 8a7416a31e9..d4853fbcf0c 100644 --- a/sandbox/plc4py/setup.py +++ b/sandbox/plc4py/setup.py @@ -25,7 +25,7 @@ description="Plc4py The Python Industrial IOT Adapter", classifiers=[ "Development Status :: 3 - Alpha", - "License :: OSI Approved :: Apache 2.0 License", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.8", "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator", ],