jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
186 stars 65 forks source link

refactor: update metadata content in pyproject #263

Closed 12rambau closed 8 months ago

12rambau commented 8 months ago

Fix #262

I addded all the classifier for the pypi release, moved the redme, license and authors sections out of the project main description.

12rambau commented 8 months ago

@GergelyKalmar, using the "file" value of the license is the commonly accepted good practice so I cannot use both "file" and "text" as specified in the failing tests of the CI: https://github.com/jupyter/jupyter-sphinx/actions/runs/7349427107/job/20009333459?pr=263

I checked the lib you are using and it seems the pypi classifier could be sufficient. I added them, could you make a small check against the PR branch and let me know?

GergelyKalmar commented 8 months ago

Yes, I think the classifier should do fine. Thank you very much!