From: Marc-Etienne Vargenau Date: Tue, 27 Jun 2023 20:04:16 +0000 (+0200) Subject: Use SPDX license identifier: BSD-3-Clause (#994) X-Git-Tag: v2.13.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a0ea818f5d555ab4bad0ae7722971934b4a193;p=thirdparty%2Fbabel.git Use SPDX license identifier: BSD-3-Clause (#994) Signed-off-by: Marc-Etienne Vargenau --- diff --git a/setup.py b/setup.py index e168f093..09dee0c6 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( 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',