Skip to content

Commit 9fbb2a6

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 7ab165b commit 9fbb2a6

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
@@ -63,9 +63,6 @@ def main():
6363
'jupyter-contrib = jupyter_contrib_core.application:main', # noqa
6464
],
6565
},
66-
scripts=[os.path.join('scripts', p) for p in [
67-
'jupyter-contrib',
68-
]],
6966
classifiers=[
7067
'Intended Audience :: End Users/Desktop',
7168
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)