diff --git a/pyproject.toml b/pyproject.toml index 967feec..569c056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,14 @@ license = {file = "LICENSE"} requires-python = ">=3.9" classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python :: 3", - "Operating System :: OS Independent", + "Intended Audience :: Developers", + "Natural Language :: English", "License :: OSI Approved :: Apache Software License" + "Programming Language :: Python", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Operating System :: OS Independent" ] dynamic = ["version", "dependencies"]