Delet scripts, not needed with setuptools

pull/3206/head
Thomas Kluyver 8 years ago
parent 6f6dc28e0e
commit 3a0bb6128a

@ -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()

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

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

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