diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 465193e..0b7b77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "gemato" authors = [{name = "Michał Górny", email = "mgorny@gentoo.org"}] -license = {file = "COPYING"} +license = {text = "GPL-2.0-or-later"} readme = "README.rst" dynamic = ["version", "description"] classifiers = [ |