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 2248f6e commit 956506d
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 @@ -99,9 +99,6 @@ def main():
'html_ch = jupyter_contrib_nbextensions.nbconvert_support.collapsible_headings:ExporterCollapsibleHeadings', # noqa: E501
],
},
scripts=[os.path.join('scripts', p) for p in [
'jupyter-contrib-nbextension',
]],
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: End Users/Desktop',
Expand Down

0 comments on commit 956506d

Please sign in to comment.