Jupyter-contrib / jupyter_nbextensions_configurator

A jupyter notebook serverextension providing config interfaces for nbextensions.
Other
981 stars 121 forks source link

Remove the `scripts` portion of setup.py #144

Closed bkad closed 2 years ago

bkad commented 2 years ago

Scripts is deprecated by entry_points and when both exist it causes errors for some PEP-compliant installers.

some details here: https://github.com/bazelbuild/rules_python/issues/765#issuecomment-1193000233

juhasch commented 2 years ago

Thanks for the PR, makes sense.