Fix #14: Update package metadata in setup.py

This commit is contained in:
Pavel Minaev 2020-01-31 16:53:58 -08:00
parent 2783e88835
commit fde27e5a92

View file

@ -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",
],