mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix #14: Update package metadata in setup.py
This commit is contained in:
parent
2783e88835
commit
fde27e5a92
1 changed files with 5 additions and 2 deletions
7
setup.py
7
setup.py
|
|
@ -103,7 +103,7 @@ if __name__ == "__main__":
|
|||
license="MIT",
|
||||
author="Microsoft Corporation",
|
||||
author_email="ptvshelp@microsoft.com",
|
||||
url="https://aka.ms/ptvs",
|
||||
url="https://aka.ms/debugpy",
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
@ -111,8 +111,11 @@ if __name__ == "__main__":
|
|||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Topic :: Software Development :: Debuggers",
|
||||
"Operating System :: OS Independent",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: MacOS",
|
||||
"Operating System :: POSIX",
|
||||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue