ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.23k stars 806 forks source link

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

Closed bkad closed 1 year ago

bkad commented 1 year 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 1 year ago

Thank you.