Skip to content

Commit a5d33a6

Browse files
committed
corrected os list in setup.py
1 parent 9a72770 commit a5d33a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ class Package(setup_boilerplate.Package):
1717
'Intended Audience :: Science/Research',
1818
'License :: OSI Approved :: Apache Software License',
1919
'Natural Language :: English',
20-
'Operating System :: POSIX',
20+
'Operating System :: MacOS :: MacOS X',
21+
'Operating System :: Microsoft :: Windows',
22+
'Operating System :: POSIX :: Linux',
2123
'Programming Language :: Python :: 3.5',
2224
'Programming Language :: Python :: 3.6',
2325
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)