Skip to content

Commit

Permalink
Add pypi classifiers to client pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRoyNelson committed Jun 5, 2023
1 parent 2effd86 commit 55030c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ authors = [
]
keywords = ["machine learning", "client", "API"]

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 :: Software Development :: User Interfaces',
]

[project.urls]
Homepage = "https://github.com/gradio-app/gradio"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors = [
keywords = ["machine learning", "reproducibility", "visualization"]

classifiers = [
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 55030c0

Please sign in to comment.