From 23173ef4d9b0cf015b6bcf93921b5bc047d9f2bd Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 18 Oct 2022 19:38:31 -0700 Subject: [PATCH] Update license to try to make the PyPi page look nicer... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bc24a8..82faf76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] description = "Python Utilities" readme = "README.md" -license = { file="LICENSE" } +license = "Apache-2.0" requires-python = ">=3.7" classifiers = [ "Development Status :: 3 - Alpha", -- 2.46.0