Skip to content

Commit 683d056

Browse files
committed
Cull trove classifiers
1 parent c8b342d commit 683d056

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,15 @@ keywords = ["class", "attribute", "boilerplate"]
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
18-
"Natural Language :: English",
1918
"License :: OSI Approved :: MIT License",
20-
"Operating System :: OS Independent",
21-
"Programming Language :: Python",
22-
"Programming Language :: Python :: 3",
2319
"Programming Language :: Python :: 3.7",
2420
"Programming Language :: Python :: 3.8",
2521
"Programming Language :: Python :: 3.9",
2622
"Programming Language :: Python :: 3.10",
2723
"Programming Language :: Python :: 3.11",
2824
"Programming Language :: Python :: Implementation :: CPython",
2925
"Programming Language :: Python :: Implementation :: PyPy",
30-
"Topic :: Software Development :: Libraries :: Python Modules",
26+
"Typing :: Typed",
3127
]
3228
dependencies = ["importlib_metadata;python_version<'3.8'"]
3329
dynamic = ["version", "readme"]

0 commit comments

Comments
 (0)