From 58023913820a07f3de581d31e77a463f22b57bdf Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 10 Jun 2024 16:06:01 -0500 Subject: [PATCH] build: show brief license, not full text --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e22fe5f..a50ab13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "0.3.0" description = "Base package for Wutta Framework" readme = "README.rst" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] -license = {file = "COPYING.txt"} +license = {text = "GNU GPL v3+"} classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers",