From a615f783a3024e059a4111c7873fcf1fd2a0d45c Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 17 Oct 2019 22:07:43 +1300 Subject: [PATCH] Remove unused setupegg.py --- setupegg.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 setupegg.py 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'))