Skip to content

Commit

Permalink
Capitalize link titles for nicer display on PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Apr 7, 2023
1 parent 1bc1819 commit 8c6f726
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ classifiers = [
dynamic = ["version", "readme"]

[project.urls]
homepage = "https://github.com/python-websockets/websockets"
changelog = "https://websockets.readthedocs.io/en/stable/project/changelog.html"
documentation = "https://websockets.readthedocs.io/"
funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
tracker = "https://github.com/python-websockets/websockets/issues"
Homepage = "https://github.com/python-websockets/websockets"
Changelog = "https://websockets.readthedocs.io/en/stable/project/changelog.html"
Documentation = "https://websockets.readthedocs.io/"
Funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
Tracker = "https://github.com/python-websockets/websockets/issues"

# On a macOS runner, build Intel, Universal, and Apple Silicon wheels.
[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 8c6f726

Please sign in to comment.