Skip to content

Commit

Permalink
Merge pull request #144 from tubular/master
Browse files Browse the repository at this point in the history
Remove the `scripts` portion of setup.py
  • Loading branch information
juhasch authored Nov 14, 2022
2 parents f55fd54 + a864cc7 commit 6dce91f
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 6dce91f

Please sign in to comment.