We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eeb0e commit 1c966faCopy full SHA for 1c966fa
pyproject.toml
@@ -47,13 +47,11 @@
47
"Programming Language :: Python :: 3.11",
48
"Programming Language :: Python :: 3.12",
49
"Development Status :: 4 - Beta",
50
- "Environment :: Desktop",
+ "Environment :: MacOS X",
51
+ "Intended Audience :: Developers",
52
"License :: OSI Approved :: MIT License",
- "Topic :: CLI",
53
- "Topic :: Stream Deck",
54
- "Topic :: Stream Deck :: Plugin",
55
- "Topic :: Stream Deck :: Plugin :: SDK",
56
- "Topic :: Stream Deck :: SDK",
+ "Topic :: Software Development :: Libraries :: Application Frameworks",
+ "Topic :: Software Development :: Libraries :: Python Modules",
57
"Typing :: Typed",
58
]
59
requires-python = ">=3.9"
0 commit comments