Skip to content

Commit 8b46030

Browse files
committed
minor revisions to pyproject.toml
1 parent 26de7ee commit 8b46030

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,19 @@ classifiers = [
99
"License :: OSI Approved :: MIT License",
1010
"Operating System :: OS Independent",
1111
]
12-
description = "A python client to access information about the DACCS network"
1312
description = "A python client to access information about the Marble climate infomatics network"
1413
dynamic = ["dependencies"]
1514
keywords = ["climate", "climate infomatics", "climate data", "DACCS", "Marble"]
1615
license = {file = "LICENSE"}
17-
name = "daccs_client"
1816
name = "marble_client"
1917
readme = "README.md"
2018
requires-python = ">=3.9"
2119
version = "1.0.0"
2220

2321
[project.urls]
2422
# Homepage will change to Marble homepage when that goes live
25-
"Bug Tracker" = "https://github.com/DACCS-Climate/daccs_client_python/issues"
26-
"Homepage" = "https://github.com/DACCS-Climate/daccs_client_python"
23+
"Bug Tracker" = "https://github.com/DACCS-Climate/marble_client_python/issues"
24+
"Homepage" = "https://github.com/DACCS-Climate/marble_client_python"
2725

2826
[tool.setuptools]
2927
packages = ["marble_client"]

0 commit comments

Comments
 (0)