diff --git a/setup.py b/setup.py index aab7372..a8b02fc 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,14 @@ classifiers=[ "Programming Language :: Python :: 3", "Operating System :: OS Independent", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "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", ], keywords="chat streamlit streamlit-component", python_requires=">=3.6",