Skip to content

Commit a864cc7

Browse files
committed
Remove the scripts portion of setup.py
scripts is deprecated by entry_points, and when both exist it causes errors for some PEP-compliant installers
1 parent f55fd54 commit a864cc7

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)