We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1662a2 + fde27e5 commit 14bf844Copy full SHA for 14bf844
1 file changed
setup.py
@@ -103,16 +103,19 @@ def finalize_options(self):
103
license="MIT",
104
author="Microsoft Corporation",
105
author_email="ptvshelp@microsoft.com",
106
- url="https://aka.ms/ptvs",
+ url="https://aka.ms/debugpy",
107
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
108
classifiers=[
109
"Development Status :: 5 - Production/Stable",
110
"Programming Language :: Python :: 2.7",
111
"Programming Language :: Python :: 3.5",
112
"Programming Language :: Python :: 3.6",
113
"Programming Language :: Python :: 3.7",
114
+ "Programming Language :: Python :: 3.8",
115
"Topic :: Software Development :: Debuggers",
- "Operating System :: OS Independent",
116
+ "Operating System :: Microsoft :: Windows",
117
+ "Operating System :: MacOS",
118
+ "Operating System :: POSIX",
119
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
120
"License :: OSI Approved :: MIT License",
121
],
0 commit comments