We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0a48f commit 0d996b1Copy full SHA for 0d996b1
pyproject.toml
@@ -8,8 +8,7 @@ authors = [
8
{ name = "one.org", email= "data@one.org"}
9
]
10
maintainers = [
11
- { name = "datacommons.org", email = "support@datacommons.org" },
12
- { name = "one.org", email = "data@one.org"}
+ { name = "datacommons.org", email = "support@datacommons.org" }
13
14
license = { file = "LICENSE" }
15
dependencies = [
@@ -106,4 +105,4 @@ tag = "git commit -am 'Bump version to {version}' && git tag v{version}"
106
105
107
[build-system]
108
requires = ["hatchling"]
109
-build-backend = "hatchling.build"
+build-backend = "hatchling.build"
0 commit comments