diff --git a/setup.py b/setup.py index 81095f6..3940825 100755 --- a/setup.py +++ b/setup.py @@ -80,9 +80,6 @@ def main(): 'jupyter-nbextensions_configurator = jupyter_nbextensions_configurator.application:main', # noqa ], }, - scripts=[os.path.join('scripts', p) for p in [ - 'jupyter-nbextensions_configurator', - ]], classifiers=[ 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Science/Research',