Skip to content

Commit 7c4d887

Browse files
committed
remove redundant material from setup.py
Commit d3fd6b8 introduced an ext_modules keyword argument to the setup invocation in setup.py, making the exttool = Extension(...) code at the top of setup.py redundant. Remove the redundant code.
1 parent 0bfcfc1 commit 7c4d887

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
version = '0.7'
88

9-
ethtool = Extension('ethtool',
10-
sources = ['python-ethtool/ethtool.c',
11-
'python-ethtool/etherinfo.c', 'python-ethtool/etherinfo_obj.c'])
12-
139
def pkgconfig(pkg):
1410
def _str2list(pkgstr, onlystr):
1511
res = []

0 commit comments

Comments
 (0)