From 859e8377d79bc26f09e9e7f29d4a26e2c50aafff Mon Sep 17 00:00:00 2001 From: Micah Sandusky Date: Mon, 6 Jan 2025 14:58:32 -0700 Subject: [PATCH] add license to the toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3e69e26..a82eac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "hatchling.build" [project] name = "snowexsql" dynamic = ["version"] +license = {text = "GNU"} description = "SQL Database software for SnowEx data" keywords = ["snowex", "sql", "database", "snow"] readme = "README.rst"