Skip to content

Commit 0f9c379

Browse files
committed
update trove classifiers
1 parent ba75623 commit 0f9c379

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def get_version(version_tuple):
3333

3434
def read_md(f):
3535
return convert(f, 'rst')
36+
3637
except ImportError:
3738
convert = None
3839
print(
@@ -80,5 +81,17 @@ def read_md(f):
8081
classifiers=[
8182
'Intended Audience :: Developers',
8283
'License :: OSI Approved :: BSD License',
84+
85+
'Programming Language :: Cython',
86+
'Programming Language :: Python :: 2',
87+
'Programming Language :: Python :: 2 :: Only',
88+
89+
'Operating System :: MacOS :: MacOS X',
90+
'Operating System :: Microsoft :: Windows',
91+
92+
'Topic :: Multimedia :: Sound/Audio',
93+
'Topic :: Multimedia :: Sound/Audio :: Mixers',
94+
'Topic :: Multimedia :: Sound/Audio :: Players',
95+
'Topic :: Games/Entertainment',
8396
],
8497
)

0 commit comments

Comments
 (0)