Skip to content

Commit 7d8b068

Browse files
committed
specific trove classifiers for Windows
1 parent a2d4db0 commit 7d8b068

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
'Operating System :: POSIX :: Linux',
8787
'Operating System :: OS Independent',
8888
# 'Operating System :: Microsoft :: Windows', # soon!
89+
# 'Operating System :: Microsoft :: Windows :: Windows 10', # soon!
90+
# 'Operating System :: Microsoft :: Windows :: Windows 8.1', # soon!
91+
# 'Operating System :: Microsoft :: Windows :: Windows 8', # not tested
92+
# 'Operating System :: Microsoft :: Windows :: Windows 7', # not tested
8993
'Programming Language :: Python :: 2',
9094
'Programming Language :: Python :: 2.7',
9195
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)