From ec61177961fda22e78ea7312dd1229886d80fe6e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 22 Dec 2021 18:46:53 -0500 Subject: [PATCH] Correct License trove classifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package is BSD-licensed, but has an “MIT License” trove classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b188976..92750cf 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7",