From 11e30630c5ce2c100990c8f7601668db1fdea6a5 Mon Sep 17 00:00:00 2001 From: Richard Baltrusch Date: Sat, 7 Oct 2023 20:14:25 +0200 Subject: [PATCH] Update pypi tropes --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) 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", ], )