Skip to content

Commit

Permalink
Add Trove/PyPI classifiers for MIME renderers and themes (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalmeiro authored Sep 20, 2024
1 parent 8b946b9 commit 5696924
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ classifiers = [
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 4",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
"Framework :: Jupyter :: JupyterLab :: Extensions",{% if kind.lower() == "mimerenderer" %}
"Framework :: Jupyter :: JupyterLab :: Extensions :: Mime Renderers",{% endif %}
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",{% if kind.lower() == "theme" %}
"Framework :: Jupyter :: JupyterLab :: Extensions :: Themes",{% endif %}
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 5696924

Please sign in to comment.