Skip to content

Commit c5634f2

Browse files
committed
mark windows support
1 parent 000b07c commit c5634f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
'Operating System :: POSIX',
8686
'Operating System :: POSIX :: Linux',
8787
'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!
88+
'Operating System :: Microsoft :: Windows',
89+
'Operating System :: Microsoft :: Windows :: Windows 10',
90+
'Operating System :: Microsoft :: Windows :: Windows 8.1',
9191
# 'Operating System :: Microsoft :: Windows :: Windows 8', # not tested
9292
# 'Operating System :: Microsoft :: Windows :: Windows 7', # not tested
9393
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)