From 8620eb7b2af085a55b51a9bb504eead80d3c3635 Mon Sep 17 00:00:00 2001 From: csreesan Date: Wed, 12 May 2021 09:29:53 -0700 Subject: [PATCH] change in setup.py from BSD to MIT to match LICENSE file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a00ae0af..ba885db1 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def run(self): 'Development Status :: 5 - Production/Stable', 'Framework :: Pytest', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: MIT License', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix',