summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index b8cbe9f..f081aa6 100644
--- a/setup.py
+++ b/setup.py
@@ -6,10 +6,6 @@ import sys
version = '0.7'
-ethtool = Extension('ethtool',
- sources = ['python-ethtool/ethtool.c',
- 'python-ethtool/etherinfo.c', 'python-ethtool/etherinfo_obj.c'])
-
def pkgconfig(pkg):
def _str2list(pkgstr, onlystr):
res = []