Skip to content

Commit 6dce91f

Browse files
authored
Merge pull request #144 from tubular/master
Remove the `scripts` portion of setup.py
2 parents f55fd54 + a864cc7 commit 6dce91f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ def main():
8080
'jupyter-nbextensions_configurator = jupyter_nbextensions_configurator.application:main', # noqa
8181
],
8282
},
83-
scripts=[os.path.join('scripts', p) for p in [
84-
'jupyter-nbextensions_configurator',
85-
]],
8683
classifiers=[
8784
'Intended Audience :: End Users/Desktop',
8885
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)