From dd6d368c4d9f207809ff1a62b76eca7d53372cd8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 16 Jan 2020 09:04:34 +0000 Subject: [PATCH] Correct repo URL Technically irrelevant if the repo gets transferred to the encode org, but currently the page 404s --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e1ef00..8cb3b5b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def get_packages(package): setup( name='mkautodoc', version=version, - url='https://github.com/encode/mkautodoc', + url='https://github.com/tomchristie/mkautodoc', license='BSD', description='AutoDoc for MarkDown', author='Tom Christie',