Skip to content

Commit

Permalink
chore: capitalize project.urls (#1220)
Browse files Browse the repository at this point in the history
They appear exactly as-is on https://pypi.org/project/pystac/.
  • Loading branch information
gadomski authored Sep 20, 2023
1 parent e4a17c1 commit 9a9575f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ urllib3 = ["urllib3>=1.26"]
validation = ["jsonschema~=4.18"]

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

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

[tool.pytest.ini_options]
filterwarnings = [
"error",
]
filterwarnings = ["error"]

[build-system]
requires = ["setuptools>=61.0"]
Expand Down

0 comments on commit 9a9575f

Please sign in to comment.