Add pypi classifiers to client pyproject.toml (#4409)

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
WilliamRoyNelson 2023-06-05 15:46:35 -07:00 committed by GitHub
parent 4bbb844545
commit 20d066c0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,22 @@ authors = [
]
keywords = ["machine learning", "client", "API"]
classifiers = [
'Development Status :: 4 - Beta',
'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 :: Software Development :: User Interfaces',
]
[project.urls]
Homepage = "https://github.com/gradio-app/gradio"