Skip to content

Commit a7af155

Browse files
committed
PEP 639 license identifier in pyproject.toml
Per: https://packaging.python.org/en/latest/guides/licensing-examples-and-user-scenarios For: https://pypi.org/project/licensecheck/ which currently shows: ┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━ ┃ Compatible ┃ Package ┃ License ┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━ │ │ ✖ │ dataretrieval │ LICENSE
1 parent 2c8419c commit a7af155

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description = "Discover and retrieve water data from U.S. federal hydrologic web
88
readme = "README.md"
99
requires-python = ">=3.8"
1010
keywords = ["USGS", "water data"]
11-
license = {file = "LICENSE.md"}
11+
license = "CC0-1.0"
12+
license-files = ["LICENSE.md"]
1213
authors = [
1314
{name = "Timothy Hodson", email = "thodson@usgs.gov"},
1415
]

0 commit comments

Comments
 (0)