make it a proper package

both jupyterhub and configurable-http-proxy
This commit is contained in:
MinRK
2014-08-20 16:41:02 -07:00
parent ef93fed9a4
commit 8ca425fd8a
22 changed files with 290 additions and 11 deletions

4
scripts/jupyterhub Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python
from jupyterhub.app import main
main()

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python
from jupyterhub.singleuserapp import main
main()