From 6331d87fc332887245cae64a3d73cfc219e80ff8 Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Tue, 28 Mar 2023 13:14:45 +0200 Subject: [PATCH] Use SPDX license identifier Use SPDX license identifier: BSD-3-Clause This will help tools to produce valid SPDX. Signed-off-by: Marc-Etienne Vargenau --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e168f0937..09dee0c66 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def run(self): author_email='armin.ronacher@active-4.com', maintainer='Aarni Koskela', maintainer_email='akx@iki.fi', - license='BSD', + license='BSD-3-Clause', url='https://babel.pocoo.org/', project_urls={ 'Source': 'https://github.com/python-babel/babel',