From 9b23ed594d9b5deb35ba05bb21e2cb04d0cdc73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Sun, 24 Feb 2019 16:29:28 +0100 Subject: [PATCH] doc: add project_urls to setup.cfg --- CHANGELOG | 1 + setup.cfg | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index be9252c1..0736ee9b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ History: - MSS: improve type annotations and add CI check - MSS: use __slots__ for better performances - Windows: use our own instances of GDI32 and User32 DLLs + - doc: add project_urls to setup.cfg - doc: add an example using the multiprocessing module (closes #82) 4.0.2 2019/02/23 diff --git a/setup.cfg b/setup.cfg index 982e5442..95dc6d0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,10 @@ description = An ultra fast cross-platform multiple screenshots module in pure p long_description = file: README.rst url = https://github.com/BoboTiG/python-mss home-page = https://pypi.org/project/mss/ +project_urls = + Documentation = https://python-mss.readthedocs.io + Source = https://github.com/BoboTiG/python-mss + Tracker = https://github.com/BoboTiG/python-mss/issues keywords = screen, screenshot, screencapture, screengrab license = MIT license_file = LICENSE