From fde27e5a92b38c2084a3612a6743d6d6fd76d0d7 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Fri, 31 Jan 2020 16:53:58 -0800 Subject: [PATCH] Fix #14: Update package metadata in setup.py --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 68ff173e..0e0f61e3 100644 --- a/setup.py +++ b/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", ],