From 8034b887b365da6a3a74e0b15e6323b82bec40c1 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Wed, 10 Aug 2022 13:29:43 +0200 Subject: [PATCH] Use proper SPDX identifier for License (#539) SPDX is a standard for declaring license information, read more at: https://spdx.dev/ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd182e23..b28e04f1 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ author_email = AUTHOR_EMAIL, maintainer = __author__, maintainer_email = AUTHOR_EMAIL, - license = '3-clause BSD', + license = 'BSD-3-Clause', platforms = ['Linux', 'Windows', 'Mac'], url = 'https://github.com/uqfoundation/dill', download_url = 'https://pypi.org/project/dill/#files',