From db129685e60453a560800ebd6812fb38fbb9b803 Mon Sep 17 00:00:00 2001 From: Lasse Blaauwbroek Date: Tue, 13 May 2025 02:08:24 +0800 Subject: [PATCH] Make license information SPDX-compatible (as recommended by the build system) --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9e1e95a..1932541 100644 --- a/setup.py +++ b/setup.py @@ -237,7 +237,7 @@ setup( description="A cython wrapping of the C++ Cap'n Proto library", long_description=long_description, long_description_content_type="text/markdown", - license="BSD", + license="BSD-2-Clause", # (setup.py only supports 1 author...) author="Jacob Alexander", # <- Current maintainer; Original author -> Jason Paryani author_email="haata@kiibohd.com", @@ -247,7 +247,6 @@ setup( classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows :: Windows 10", "Operating System :: POSIX",