Closed krassowski closed 7 months ago
This should help with https://github.com/jupyterlab/jupyter-collaboration/issues/265#issuecomment-2058916408 - does it seem right? I always thought that dashes are preferred in package names over underscores and the https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#name gives an example of spam-eggs
spam-eggs
I think this can get a bug label
bug
Note from jupyter-server meeting: we could use packaging.utils.canonicalize_name (thanks @bollwyvl)
packaging.utils.canonicalize_name
@blink1073 this should be ready for review
This should help with https://github.com/jupyterlab/jupyter-collaboration/issues/265#issuecomment-2058916408 - does it seem right? I always thought that dashes are preferred in package names over underscores and the https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#name gives an example of
spam-eggs