Skip to content

Commit 71e7c2a

Browse files
authored
Merge pull request #1612 from tubular/master
Remove the `scripts` portion of setup.py
2 parents 2248f6e + 956506d commit 71e7c2a

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)