File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def get_version(version_tuple):
33
33
34
34
def read_md (f ):
35
35
return convert (f , 'rst' )
36
+
36
37
except ImportError :
37
38
convert = None
38
39
print (
@@ -80,5 +81,17 @@ def read_md(f):
80
81
classifiers = [
81
82
'Intended Audience :: Developers' ,
82
83
'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' ,
83
96
],
84
97
)
You can’t perform that action at this time.
0 commit comments