From 34346e71e76a2eb0eccc8a33b89757f31d66d2fd Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Thu, 16 Mar 2023 15:12:51 +0100 Subject: [PATCH] Use SPDX license identifiers Use SPDX license identifiers 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 a2cf81f..50af208 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ version=__version__, description="The most basic Text::Unidecode port", long_description=long_description, - license='Artistic License', + license='Artistic-1.0-Perl OR GPL-2.0-or-later', author='Mikhail Korobov', author_email='kmike84@gmail.com',