From 1a4da92822046548f93cfe5337884506333d8add Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Tue, 14 Feb 2023 19:12:27 +0300 Subject: [PATCH] Add `project_urls` --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5948ef00..0ecaa93e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,11 @@ def main(): long_description=open('README.rst').read(), use_scm_version={"write_to": "py/_version.py"}, setup_requires=["setuptools_scm"], - url='https://py.readthedocs.io/', + url='https://github.com/pytest-dev/py', + project_urls = { + "Documentation": "https://py.readthedocs.io/en/latest/", + "Bug Tracker": "https://github.com/pytest-dev/py/issues", + }, license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',