From 01587f3a0e3d6c39dc6c908c1013bb9f5e511b82 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Fri, 5 Apr 2024 17:13:25 +0200 Subject: [PATCH] docs: add some PyPI classifiers Signed-off-by: Christopher Arndt --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 13df541..f2e1d2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,15 @@ keywords = [ ] classifiers = [ "Development Status :: 4 - Beta", + "Environment :: Console", + "Intended Audience :: End Users/Desktop", + "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", + "Topic :: Multimedia :: Sound/Audio :: MIDI", ] dependencies = [ "python-rtmidi~=1.5.8",