mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Add pypi classifiers to pyproject.toml (#4383)
* Add pypi classifiers to pyproject.toml * Add OS classifier --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
parent
31a8cfbf74
commit
feeb509537
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user