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 c8b342d commit 683d056Copy full SHA for 683d056
pyproject.toml
@@ -15,19 +15,15 @@ keywords = ["class", "attribute", "boilerplate"]
15
classifiers = [
16
"Development Status :: 5 - Production/Stable",
17
"Intended Audience :: Developers",
18
- "Natural Language :: English",
19
"License :: OSI Approved :: MIT License",
20
- "Operating System :: OS Independent",
21
- "Programming Language :: Python",
22
- "Programming Language :: Python :: 3",
23
"Programming Language :: Python :: 3.7",
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: Implementation :: CPython",
29
"Programming Language :: Python :: Implementation :: PyPy",
30
- "Topic :: Software Development :: Libraries :: Python Modules",
+ "Typing :: Typed",
31
]
32
dependencies = ["importlib_metadata;python_version<'3.8'"]
33
dynamic = ["version", "readme"]
0 commit comments