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 9a72770 commit a5d33a6Copy full SHA for a5d33a6
setup.py
@@ -17,7 +17,9 @@ class Package(setup_boilerplate.Package):
17
'Intended Audience :: Science/Research',
18
'License :: OSI Approved :: Apache Software License',
19
'Natural Language :: English',
20
- 'Operating System :: POSIX',
+ 'Operating System :: MacOS :: MacOS X',
21
+ 'Operating System :: Microsoft :: Windows',
22
+ 'Operating System :: POSIX :: Linux',
23
'Programming Language :: Python :: 3.5',
24
'Programming Language :: Python :: 3.6',
25
'Programming Language :: Python :: 3 :: Only',
0 commit comments