summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorlennartk <lekahade@gmail.com>2019-03-18 17:55:36 +0100
committerGitHub <noreply@github.com>2019-03-18 17:55:36 +0100
commitca9c86357ee2b7f0a7d25ee4654818e9691a762f (patch)
tree0722f2de4b43e0ab105331acd8bd2d9bb10f6785 /setup.cfg
parent014db8a082ec79b53ad50bc04a22bc2cf82f1cd8 (diff)
downloadjsonschema-ca9c86357ee2b7f0a7d25ee4654818e9691a762f.tar.gz
Update setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9148d83..7d56e5f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
name = jsonschema
url = https://github.com/Julian/jsonschema
project_urls =
- Docs = https://python-jsonschema.readthedocs.io/en/stable/
+ Docs = https://python-jsonschema.readthedocs.io/en/latest/
description = An implementation of JSON Schema validation for Python
long_description = file: README.rst
author = Julian Berman