Skip to content

Commit 3d2434d

Browse files
author
Li
committed
Refine the message #1685
Signed-off-by: Li <[email protected]>
1 parent 70827df commit 3d2434d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plugins/scancode-lkmclue/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup
1414

1515

16-
desc = '''A ScanCode scan plugin to get Linux lkmclue info.'''
16+
desc = '''A ScanCode scan plugin to get Linux lkmclue and elf info.'''
1717

1818
setup(
1919
name='scancode-lkmclue',
@@ -39,7 +39,7 @@
3939
'Topic :: Utilities',
4040
],
4141
keywords=[
42-
'open source', 'scancode', 'lkmclue'
42+
'open source', 'scancode', 'lkmclue', 'elf'
4343
],
4444
install_requires=[
4545
'scancode-toolkit',

plugins/scancode-lkmclue/src/elf/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from scancode import CommandLineOption
3838
from scancode import SCAN_GROUP
3939
from typecode import contenttype
40+
4041
from elf.elf import Elf
4142

4243

0 commit comments

Comments
 (0)