Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the JupyterLab trove classifiers #938

Closed
jtpio opened this issue Sep 2, 2021 · 2 comments · Fixed by #944
Closed

Add the JupyterLab trove classifiers #938

jtpio opened this issue Sep 2, 2021 · 2 comments · Fixed by #944
Assignees
Labels
enhancement New feature or request good first issue
Milestone

Comments

@jtpio
Copy link
Member

jtpio commented Sep 2, 2021

Problem

The new trove classifiers for JupyterLab prebuilt extensions have just been added to PyPI. See the following issues and PRs for more context:

This will help discover prebuilt JupyterLab extensions on PyPI. For example with this search request:

https://pypi.org/search/?c=Framework+%3A%3A+Jupyter+%3A%3A+JupyterLab+%3A%3A+Extensions+%3A%3A+Prebuilt

Proposed Solution

We should add them to the voila package too here:

voila/setup.py

Lines 111 to 120 in 56fe4cf

classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Framework :: Jupyter",
],

Framework :: Jupyter :: JupyterLab
Framework :: Jupyter :: JupyterLab :: 3
Framework :: Jupyter :: JupyterLab :: Extensions
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt

Additional context

@jtpio jtpio added enhancement New feature or request good first issue labels Sep 2, 2021
@jtpio jtpio added this to the 0.2.x milestone Sep 2, 2021
@RhnSharma
Copy link
Contributor

I would like to take this one.

@jtpio
Copy link
Member Author

jtpio commented Sep 2, 2021

Thanks @RhnSharma, assigning to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants