From 08d8f6149008d4ca358d213de947cd6e5f719891 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 31 May 2024 11:33:24 +0200 Subject: [PATCH] setup.py: licence -> license Signed-off-by: Jaroslav Kysela --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65f3276..475b614 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( description="Python binding for the ALSA library.", url="http://www.alsa-project.org", download_url="ftp://ftp.alsa-project.org/pub/pyalsa/", - licence="LGPLv2+", + license="LGPLv2+", author="The ALSA Team", author_email='alsa-devel@alsa-project.org', ext_modules=[ -- 2.47.1