From f793ea558d043424be3f1ca13bec66629dd484a0 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 23 Aug 2021 12:26:59 +0100 Subject: [PATCH 1/2] add project urls such as changelog and docs --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index e3cfc2f4..efd2c31b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,10 @@ +[metadata] +project_urls = + Documentation=https://pythonhosted.org/watchdog/ + Source=https://github.com/gorakhargosh/watchdog/ + Issues=https://github.com/gorakhargosh/watchdog/issues + Changelog=https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst + [build_sphinx] source-dir = docs/source build-dir = docs/build From 06d8b7942f98cc9166b83e3007861944ab7d5001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 23 Aug 2021 20:43:51 +0200 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index efd2c31b..8c5532bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] project_urls = - Documentation=https://pythonhosted.org/watchdog/ + Documentation=https://python-watchdog.readthedocs.io/en/stable/ Source=https://github.com/gorakhargosh/watchdog/ Issues=https://github.com/gorakhargosh/watchdog/issues Changelog=https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst