From f583b3c353c1271acf5db3f762b74cae384524e0 Mon Sep 17 00:00:00 2001 From: Luigi Bertaco Cristofolini Date: Tue, 26 Oct 2021 15:11:11 +1100 Subject: [PATCH 1/2] misc: fix PyPI documentation URL --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f06e4f65..28116557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ maintainers = ["Q-CTRL "] readme = "README.md" homepage = "https://q-ctrl.com" repository = "https://github.com/qctrl/python-open-controls" -documentation = "https://docs.q-ctrl.com/references/python/qctrl-open-controls/" +documentation = "https://docs.q-ctrl.com/open-controls/references/qctrl-open-controls/" keywords = [ "q-ctrl", "qctrl", From 19509b48f48bce32b003c9033e4a2edd426a0d06 Mon Sep 17 00:00:00 2001 From: Q-CTRL DevOps Date: Tue, 26 Oct 2021 04:11:48 +0000 Subject: [PATCH 2/2] Update setup.py/README.rst to match pyproject.toml/README.md --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af5734e2..7cc7c771 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ version='8.3.0', description='Q-CTRL Python Open Controls', python_requires='<3.10,>=3.6.4', - project_urls={"documentation": "https://docs.q-ctrl.com/references/python/qctrl-open-controls/", "homepage": "https://q-ctrl.com", "repository": "https://github.com/qctrl/python-open-controls"}, + project_urls={"documentation": "https://docs.q-ctrl.com/open-controls/references/qctrl-open-controls/", "homepage": "https://q-ctrl.com", "repository": "https://github.com/qctrl/python-open-controls"}, author='Q-CTRL', author_email='support@q-ctrl.com', license='Apache-2.0',