From 2ff5b4e75e9e508a4596f58d8f326824bb676471 Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone Date: Mon, 10 Aug 2020 12:19:10 -0400 Subject: [PATCH] docs link for PyPi Signed-off-by: Nicholas Cilfone --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6017f09..813744a9 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,8 @@ "Topic :: Software Development :: Libraries :: Python Modules" ], project_urls={ - "Source": "https://github.com/fidelity/spock" + "Source": "https://github.com/fidelity/spock", + "Documentation": "https://fidelity.github.io/spock/" }, keywords="dataclass config argparser parameter configuration", packages=setuptools.find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),