Skip to content

Commit

Permalink
Make project.urls be valid URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 30, 2022
1 parent 679e82b commit 499a6da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ format_nongpl = [
jsonschema = "jsonschema.cli:main"

[project.urls]
homepage = "github.com/python-jsonschema/jsonschema"
documentation = "python-jsonschema.readthedocs.io/"
issues = "github.com/python-jsonschema/jsonschema/issues/"
funding = "github.com/sponsors/Julian"
tidelift = "tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
changelog = "github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
source = "github.com/python-jsonschema/jsonschema"
homepage = "https://github.com/python-jsonschema/jsonschema"
documentation = "https://python-jsonschema.readthedocs.io/"
issues = "https://github.com/python-jsonschema/jsonschema/issues/"
funding = "https://github.com/sponsors/Julian"
tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
source = "https://github.com/python-jsonschema/jsonschema"

[tool.isort]
from_first = true
Expand Down

0 comments on commit 499a6da

Please sign in to comment.