diff --git a/lib/pyproject.toml b/lib/pyproject.toml index c9e11551b..63d9b5f47 100644 --- a/lib/pyproject.toml +++ b/lib/pyproject.toml @@ -8,7 +8,7 @@ description = "Python bindings for CRIU" authors = [ {name = "CRIU team", email = "criu@lists.linux.dev"}, ] -license = {text = "GPLv2"} +license = {text = "LGPLv2.1"} dynamic = ["version"] requires-python = ">=3.6" diff --git a/lib/setup.cfg b/lib/setup.cfg index 5d75719ca..902fed9ee 100644 --- a/lib/setup.cfg +++ b/lib/setup.cfg @@ -8,7 +8,7 @@ name = pycriu description = Python bindings for CRIU author = CRIU team author_email = criu@lists.linux.dev -license = GPLv2 +license = LGPLv2.1 version = attr: pycriu.__version__ [options]