summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-07-11 13:16:47 +0200
committerJulian Berman <Julian@GrayVines.com>2022-07-11 13:17:23 +0200
commit8819f463d7e01b2f7e3f8ca3a010d38301aa7e69 (patch)
treefa69ee0eeb2e15a9c7137377cafd93baad2ffe4f /pyproject.toml
parentbb745353ec9e2cc8f6d5fa447c49fff1e5fdc05f (diff)
downloadjsonschema-8819f463d7e01b2f7e3f8ca3a010d38301aa7e69.tar.gz
Minor case correction for PyPI links.v4.7.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 115e201..6a278b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -67,13 +67,13 @@ format_nongpl = [
jsonschema = "jsonschema.cli:main"
[project.urls]
-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"
+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