mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update setup.py (#522)
This commit is contained in:
parent
68f3688e1d
commit
26fae95019
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -57,7 +57,7 @@ if __name__ == '__main__':
|
|||
author='Microsoft Corporation',
|
||||
author_email='ptvshelp@microsoft.com',
|
||||
url='https://aka.ms/ptvs',
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue