Delet scripts, not needed with setuptools

This commit is contained in:
Thomas Kluyver 2018-01-12 16:13:49 +00:00
parent 6f6dc28e0e
commit 3a0bb6128a
4 changed files with 0 additions and 26 deletions

View File

@ -1,8 +0,0 @@
#!/usr/bin/env python
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
from notebook.bundler.bundlerextensions import main
if __name__ == '__main__':
main()

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python
from notebook.nbextensions import main
if __name__ == '__main__':
main()

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python
from notebook.notebookapp import main
if __name__ == '__main__':
main()

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python
from notebook.serverextensions import main
if __name__ == '__main__':
main()