From 3c7d64d699ebaad4afc26159092c3f478f46f912 Mon Sep 17 00:00:00 2001 From: philippewarren Date: Sun, 4 Dec 2022 02:17:13 -0500 Subject: [PATCH] Fix long license on PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9107e9..12c54aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Easily do calculations on hours and minutes using the command line" readme = "README.md" -license = {file = "LICENSE"} +license = {text = "GPLv3"} requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3.9",