From 21034cb48f653f8fd2fb3379c4235e2982670cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 26 Apr 2025 02:13:23 +0300 Subject: [PATCH] Add missing information --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05177f6..ccb44cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,14 @@ dependencies = [ ] classifiers = [ - "Programming Language :: Python :: 3", + "Intended Audience :: End Users/Desktop", + "Topic :: Multimedia :: Sound/Audio :: Conversion", + "Topic :: Multimedia :: Sound/Audio :: Sound Synthesis", + "Topic :: Multimedia :: Sound/Audio :: Speech", + "Topic :: Text Processing", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent" ]