diff --git a/setupegg.py b/setupegg.py deleted file mode 100755 index fa537b36..00000000 --- a/setupegg.py +++ /dev/null @@ -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'))