diff --git a/setup.py b/setup.py index 6044dbf..8506cec 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,12 @@ classifiers = [ "Development Status :: 5 - Production/Stable", + "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", + "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.5", @@ -15,7 +17,11 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", + "Topic :: Communications", + "Topic :: Documentation", + "Topic :: Documentation :: Sphinx", "Topic :: Internet", "Topic :: Software Development", "Topic :: Software Development :: Libraries",