From 95a0ea818f5d555ab4bad0ae7722971934b4a193 Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Tue, 27 Jun 2023 22:04:16 +0200 Subject: [PATCH] Use SPDX license identifier: BSD-3-Clause (#994) 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',