We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ab1de commit e20533fCopy full SHA for e20533f
1 file changed
pyproject.toml
@@ -9,9 +9,12 @@ readme = "README.md"
9
requires-python = ">=3.8"
10
keywords = ["USGS", "water data"]
11
license = {file = "LICENSE.md"}
12
-maintainers = [
+authors = [
13
{name = "Timothy Hodson", email = "thodson@usgs.gov"},
14
]
15
+maintainers = [
16
+ {name = "Elise Hinman", email = "ehinman@usgs.gov"},
17
+]
18
classifiers = [
19
"Programming Language :: Python :: 3",
20
0 commit comments