diff --git a/pyproject.toml b/pyproject.toml index 2f6260f90d46c..49cbb4daa89ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,22 @@ authors = [ ] keywords = ["machine learning", "reproducibility", "visualization"] +classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'License :: OSI Approved :: Apache Software License', + 'Operating System :: OS Independent', + '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', + 'Topic :: Scientific/Engineering', + 'Topic :: Scientific/Engineering :: Artificial Intelligence', + 'Topic :: Scientific/Engineering :: Visualization', +] + [project.scripts] gradio = "gradio.cli:cli" upload_theme = "gradio.themes.upload_theme:main"