From f71bbd48fa80f5f4408f24be76e7739b2d860b91 Mon Sep 17 00:00:00 2001 From: Maximilian Wirtz Date: Thu, 25 Jan 2024 15:01:51 +0100 Subject: [PATCH] Use SPDX identifier BSD is amiguous. So let's use the correct SPDX identifier. https://spdx.org/licenses/ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49d90a0..d7e1842 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ author_email=smmap.__contact__, url=smmap.__homepage__, platforms=["any"], - license="BSD", + license="BSD-3-Clause", packages=find_packages(), zip_safe=True, python_requires=">=3.7",