From d63d1aea5d3eb1e2240077096177687f018fc32a Mon Sep 17 00:00:00 2001 From: Maximilian Wirtz Date: Fri, 16 Sep 2022 13:28:20 +0200 Subject: [PATCH] Use proper SPDX identifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0192458..4c435f9 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( maintainer_email='ib.lundgren@gmail.com', url='https://github.com/oauthlib/oauthlib', platforms='any', - license='BSD', + license='BSD-3-Clause', packages=find_packages(exclude=('docs', 'tests', 'tests.*')), python_requires='>=3.6', extras_require={ -- 2.9.3.windows.1