changeset 25:2ec668fdec88

Remove bogus license field from pyproject
author Paul Fisher <paul@pfish.zone>
date Sun, 02 Mar 2025 19:33:21 -0500
parents e0bf84641c09
children ec575bfd68cd
files pyproject.toml
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Sun Mar 02 19:16:10 2025 -0500
+++ b/pyproject.toml	Sun Mar 02 19:33:21 2025 -0500
@@ -5,7 +5,6 @@
 [project]
 name = "weatherlog"
 dynamic = ["version"]
-license = ""
 requires-python = ">=3.7"
 dependencies = [
     "attrs",