Skip to content

Commit 1c966fa

Browse files
committed
Fix Environment classifiers for pypi
1 parent 84eeb0e commit 1c966fa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@
4747
"Programming Language :: Python :: 3.11",
4848
"Programming Language :: Python :: 3.12",
4949
"Development Status :: 4 - Beta",
50-
"Environment :: Desktop",
50+
"Environment :: MacOS X",
51+
"Intended Audience :: Developers",
5152
"License :: OSI Approved :: MIT License",
52-
"Topic :: CLI",
53-
"Topic :: Stream Deck",
54-
"Topic :: Stream Deck :: Plugin",
55-
"Topic :: Stream Deck :: Plugin :: SDK",
56-
"Topic :: Stream Deck :: SDK",
53+
"Topic :: Software Development :: Libraries :: Application Frameworks",
54+
"Topic :: Software Development :: Libraries :: Python Modules",
5755
"Typing :: Typed",
5856
]
5957
requires-python = ">=3.9"

0 commit comments

Comments
 (0)