From 8ef828290706f56397d2a4fcf0613ed30338712c Mon Sep 17 00:00:00 2001 From: Gunnar Andersson Date: Mon, 31 Oct 2022 17:44:07 +0100 Subject: [PATCH] vsclib/setup.py: Change license information. It it self-evident from the LICENSE file that this was intended to be MPLv2 licensed and the setup.py script should reflect this. (When it becomes part of vsc-tools, then this setup.py might even be superfluous and therefore removed) --- vsclib/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsclib/setup.py b/vsclib/setup.py index 8c052728..de8e7bb4 100755 --- a/vsclib/setup.py +++ b/vsclib/setup.py @@ -30,7 +30,7 @@ include_package_data=True, classifiers=[ "Programming Language :: Python :: 3.10", - "License :: Other/Proprietary License", + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" "Operating System :: OS Independent", ], python_requires='>=3.7',