Skip to content

Commit 956506d

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 2248f6e commit 956506d

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
@@ -99,9 +99,6 @@ def main():
9999
'html_ch = jupyter_contrib_nbextensions.nbconvert_support.collapsible_headings:ExporterCollapsibleHeadings', # noqa: E501
100100
],
101101
},
102-
scripts=[os.path.join('scripts', p) for p in [
103-
'jupyter-contrib-nbextension',
104-
]],
105102
classifiers=[
106103
'Development Status :: 1 - Planning',
107104
'Intended Audience :: End Users/Desktop',

0 commit comments

Comments
 (0)