From: Scott Gasch Date: Wed, 19 Oct 2022 02:38:31 +0000 (-0700) Subject: Update license to try to make the PyPi page look nicer... X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=23173ef4d9b0cf015b6bcf93921b5bc047d9f2bd;p=pyutils.git Update license to try to make the PyPi page look nicer... --- 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",