jupyterlab / extension-cookiecutter-ts

A cookiecutter recipe for JupyterLab extensions in Typescript
BSD 3-Clause "New" or "Revised" License
179 stars 88 forks source link

Replace - by _ in python_name #157

Closed fcollonval closed 3 years ago

fcollonval commented 3 years ago

People tends to use dash in python name. This creates invalid python package name.

This proposal convert the python folder to use _ instead of -. But the package name keeps the dash (for example when publishing on pypi).

This PR restructured the CI to separate test cases in different jobs.