Skip to content

Commit fde27e5

Browse files
committed
Fix #14: Update package metadata in setup.py
1 parent 2783e88 commit fde27e5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,19 @@ def finalize_options(self):
103103
license="MIT",
104104
author="Microsoft Corporation",
105105
author_email="ptvshelp@microsoft.com",
106-
url="https://aka.ms/ptvs",
106+
url="https://aka.ms/debugpy",
107107
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
108108
classifiers=[
109109
"Development Status :: 5 - Production/Stable",
110110
"Programming Language :: Python :: 2.7",
111111
"Programming Language :: Python :: 3.5",
112112
"Programming Language :: Python :: 3.6",
113113
"Programming Language :: Python :: 3.7",
114+
"Programming Language :: Python :: 3.8",
114115
"Topic :: Software Development :: Debuggers",
115-
"Operating System :: OS Independent",
116+
"Operating System :: Microsoft :: Windows",
117+
"Operating System :: MacOS",
118+
"Operating System :: POSIX",
116119
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
117120
"License :: OSI Approved :: MIT License",
118121
],

0 commit comments

Comments
 (0)