diff --git a/pyproject.toml b/pyproject.toml index d8628b4b3..fb8fae3c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,7 @@ keywords = ["class", "attribute", "boilerplate"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Natural Language :: English", "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", - "Programming Language :: Python", - "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", @@ -27,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", ] dependencies = ["importlib_metadata;python_version<'3.8'"] dynamic = ["version", "readme"]