diff --git a/setup.py b/setup.py index dc89b4b..c94320d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,9 @@ license="AGPLv3", classifiers=[ "Development Status :: 4 - Beta", + "Environment :: Console", "Intended Audience :: Developers", + "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 3", @@ -37,6 +39,11 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Topic :: Artistic Software", + "Topic :: Desktop Environment", + "Topic :: Multimedia", + "Topic :: Multimedia :: Sound/Audio", + "Topic :: Multimedia :: Sound/Audio :: Sound Synthesis", "Typing :: Typed", ], )