1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Avoid Python 'licence' distribution option is deprecated; use 'license' error

This commit is contained in:
Satadru Pramanik
2024-10-12 11:55:50 +00:00
committed by Nick Wellnhofer
parent bf3619c328
commit c7b2786676

View File

@@ -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,