Skip to content

Commit

Permalink
Remove the scripts portion of setup.py
Browse files Browse the repository at this point in the history
scripts is deprecated by entry_points, and when both exist it causes
errors for some PEP-compliant installers
  • Loading branch information
bkad committed Nov 14, 2022
1 parent f55fd54 commit a864cc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a864cc7

Please sign in to comment.