We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000b07c commit c5634f2Copy full SHA for c5634f2
setup.py
@@ -85,9 +85,9 @@
85
'Operating System :: POSIX',
86
'Operating System :: POSIX :: Linux',
87
'Operating System :: OS Independent',
88
- # 'Operating System :: Microsoft :: Windows', # soon!
89
- # 'Operating System :: Microsoft :: Windows :: Windows 10', # soon!
90
- # 'Operating System :: Microsoft :: Windows :: Windows 8.1', # soon!
+ 'Operating System :: Microsoft :: Windows',
+ 'Operating System :: Microsoft :: Windows :: Windows 10',
+ 'Operating System :: Microsoft :: Windows :: Windows 8.1',
91
# 'Operating System :: Microsoft :: Windows :: Windows 8', # not tested
92
# 'Operating System :: Microsoft :: Windows :: Windows 7', # not tested
93
'Programming Language :: Python :: 2',
0 commit comments