summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-11-03 10:55:00 -0400
committerJulian Berman <Julian@GrayVines.com>2021-11-03 18:35:12 -0400
commit7ea736588af24e4489294dcd383f70a352a114b6 (patch)
tree0d454e0bf5b2f07843f30d2df16ef2b435a57a2f
parent14b4fd74693e6cc68a0041349eda6ed8403d17e1 (diff)
downloadjsonschema-7ea736588af24e4489294dcd383f70a352a114b6.tar.gz
Add some other links which will show up on PyPI.
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e9e3efe..b41d7d6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,9 @@
name = jsonschema
url = https://github.com/Julian/jsonschema
project_urls =
- Docs = https://python-jsonschema.readthedocs.io/en/latest/
+ Documentation = https://python-jsonschema.readthedocs.io/en/latest/
+ Source = https://github.com/Julian/jsonschema
+ Issues = https://github.com/Julian/jsonschema/issues/
description = An implementation of JSON Schema validation for Python
long_description = file: README.rst
long_description_content_type = text/x-rst