From 9418fce0243363077afc204c1c0b4cdcc48b4c3a Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Mon, 21 Mar 2022 20:08:05 +0900 Subject: [PATCH] fix license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0ce1ce..6d27440 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( keywords=['NDI', 'NewTek', 'Video Production'], classifiers=[ 'Intended Audience :: Developers', - 'License :: MIT License', + 'License :: OSI Approved :: MIT License', 'Operating System :: MacOS', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX',