Skip to content

Commit 9a9575f

Browse files
authored
chore: capitalize project.urls (#1220)
They appear exactly as-is on https://pypi.org/project/pystac/.
1 parent e4a17c1 commit 9a9575f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ urllib3 = ["urllib3>=1.26"]
6767
validation = ["jsonschema~=4.18"]
6868

6969
[project.urls]
70-
homepage = "https://github.com/stac-utils/pystac"
71-
documentation = "https://pystac.readthedocs.io"
72-
repository = "https://github.com/stac-utils/pystac.git"
73-
changelog = "https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md"
74-
discussions = "https://github.com/radiantearth/stac-spec/discussions/categories/stac-software"
70+
Homepage = "https://github.com/stac-utils/pystac"
71+
Documentation = "https://pystac.readthedocs.io"
72+
Repository = "https://github.com/stac-utils/pystac.git"
73+
Changelog = "https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md"
74+
Discussions = "https://github.com/radiantearth/stac-spec/discussions/categories/stac-software"
7575

7676
[tool.setuptools.packages.find]
7777
include = ["pystac*"]
@@ -85,9 +85,7 @@ line-length = 88
8585
select = ["E", "F", "I"]
8686

8787
[tool.pytest.ini_options]
88-
filterwarnings = [
89-
"error",
90-
]
88+
filterwarnings = ["error"]
9189

9290
[build-system]
9391
requires = ["setuptools>=61.0"]

0 commit comments

Comments
 (0)