diff --git a/setup.py b/setup.py index daea8891e..3601fba3e 100755 --- a/setup.py +++ b/setup.py @@ -99,9 +99,6 @@ def main(): 'html_ch = jupyter_contrib_nbextensions.nbconvert_support.collapsible_headings:ExporterCollapsibleHeadings', # noqa: E501 ], }, - scripts=[os.path.join('scripts', p) for p in [ - 'jupyter-contrib-nbextension', - ]], classifiers=[ 'Development Status :: 1 - Planning', 'Intended Audience :: End Users/Desktop',