From c7b2786676b90c681bec7b6feb7ebff09a76622a Mon Sep 17 00:00:00 2001 From: Satadru Pramanik Date: Sat, 12 Oct 2024 11:55:50 +0000 Subject: [PATCH] Avoid Python 'licence' distribution option is deprecated; use 'license' error --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index d75fe550..4cd550d9 100755 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -263,7 +263,7 @@ setup (name = "libxml2-python", author = "Daniel Veillard", author_email = "veillard@redhat.com", url = "https://gitlab.gnome.org/GNOME/libxml2", - licence="MIT Licence", + license="MIT License", py_modules=modules, ext_modules=extens, ext_package=ext_package,