mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 13:03:01 +00:00
make it a proper package
both jupyterhub and configurable-http-proxy
This commit is contained in:
7
setupegg.py
Executable file
7
setupegg.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
"""Wrapper to run setup.py using setuptools."""
|
||||
|
||||
# Import setuptools and call the actual setup
|
||||
import setuptools
|
||||
with open('setup.py', 'rb') as f:
|
||||
exec(compile(f.read(), 'setup.py', 'exec'))
|
Reference in New Issue
Block a user