File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 3939 long_description = LONG_DESCRIPTION ,
4040 install_requires = REQUIRES ,
4141 packages = find_packages (),
42- include_package_data = True
42+ include_package_data = True ,
43+ classifiers = [
44+ "Development Status :: 3 - Alpha" ,
45+ "Environment :: Console" ,
46+ "Intended Audience :: Developers" ,
47+ "Intended Audience :: Education" ,
48+ "Intended Audience :: System Administrators" ,
49+ "License :: OSI Approved :: Apache Software License" ,
50+ "Operating System :: MacOS" ,
51+ "Operating System :: POSIX" ,
52+ "Programming Language :: Python :: 2.7" ,
53+ "Programming Language :: Python :: 3.3" ,
54+ "Programming Language :: Python :: 3.4" ,
55+ "Programming Language :: Python :: 3.5" ,
56+ "Topic :: Artistic Software" ,
57+ "Topic :: Education" ,
58+ "Topic :: Multimedia :: Sound/Audio"
59+ ]
4360)
You can’t perform that action at this time.
0 commit comments