mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Remove unused setupegg.py
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
#!/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