From 43f79828a1438f0d6aefd59a2ea240e5ce4acf15 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 23 Aug 2021 19:44:03 +0100 Subject: [PATCH] Add project URLs such as changelog and docs (#833) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add project urls such as changelog and docs * Update setup.cfg Co-authored-by: Mickaƫl Schoentgen --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index e3cfc2f4..8c5532bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,10 @@ +[metadata] +project_urls = + 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 + [build_sphinx] source-dir = docs/source build-dir = docs/build