From e0b0af6c7af9f7a127ae0321dc4e798433c89592 Mon Sep 17 00:00:00 2001 From: Frazer McLean Date: Fri, 21 Oct 2022 18:40:54 +0200 Subject: [PATCH] Use SPDX license expression in project metadata --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1876c5f501..8000d5b3c42 100755 --- a/setup.py +++ b/setup.py @@ -160,7 +160,7 @@ def run_tests(self): author=meta['author'], author_email=meta['contact'], url=meta['homepage'], - license='BSD', + license='BSD-3-Clause', platforms=['any'], install_requires=install_requires(), python_requires=">=3.7",