From 312e29dbfaaf54c8a0893d91311e7da4bad3c297 Mon Sep 17 00:00:00 2001 From: Jason Cramer Date: Tue, 20 Nov 2018 17:20:25 -0500 Subject: [PATCH] Add additional PyPI classifiers to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b311886..f7ae108 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,8 @@ classifiers=[ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", 'Topic :: Multimedia :: Sound/Audio :: Analysis', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7',