diff --git a/setup.py b/setup.py index cc74bbf6..af120341 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,19 @@ author="Jinge Li", packages=setuptools.find_packages(), classifiers=[ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Topic :: Software Development :: Libraries :: Python Modules", ], python_requires=">=3.7", install_requires=dependencies,