From 993548d04a6c150dec20c0f42064abbf436f6184 Mon Sep 17 00:00:00 2001 From: thodson-usgs Date: Mon, 13 Apr 2026 16:49:35 -0500 Subject: [PATCH] Use PEP 639 SPDX license identifier in pyproject.toml Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb3e47ef..1322dcc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ description = "Discover and retrieve water data from U.S. federal hydrologic web readme = "README.md" requires-python = ">=3.8" keywords = ["USGS", "water data"] -license = {file = "LICENSE.md"} +license = "CC0-1.0" +license-files = ["LICENSE.md"] authors = [ {name = "Timothy Hodson", email = "thodson@usgs.gov"}, ]