mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
add GitHub URL for PyPy
This commit is contained in:
parent
c5edec7708
commit
356f665325
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -155,6 +155,9 @@ if __name__ == "__main__":
|
|||
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue