Skip to content

Commit e2b29dc

Browse files
authored
Merge pull request #11 from tubular/master
Remove the `scripts` portion of setup.py
2 parents 7ab165b + 9fbb2a6 commit e2b29dc

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)