From 356f665325a645a628669acd82d2a33323a26e5b Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Mon, 28 Feb 2022 16:49:03 +0200 Subject: [PATCH] add GitHub URL for PyPy --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 7db98e355..02f97e42d 100644 --- a/setup.py +++ b/setup.py @@ -155,6 +155,9 @@ def tail_is(*suffixes): author="Microsoft Corporation", author_email="ptvshelp@microsoft.com", url="https://aka.ms/debugpy", + project_urls={ + "Source": "https://github.com/microsoft/debugpy", + }, python_requires=">=3.6", classifiers=[ "Development Status :: 5 - Production/Stable",