Remove unused setupegg.py

This commit is contained in:
Bruno P. Kinoshita
2019-10-17 22:07:43 +13:00
parent 12ee42e8ae
commit a615f783a3

View File

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