Skip to content

Commit 3a24c8b

Browse files
committed
Merge remote-tracking branch 'upstream/930-copyright-holders-summary' into develop
2 parents c044d08 + 96b5bb2 commit 3a24c8b

File tree

3,058 files changed

+23626
-565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,058 files changed

+23626
-565
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def read(*names, **kwargs):
129129
'publicsuffix2',
130130
'py2-ipaddress >= 2.0, <3.0',
131131
'url >= 0.1.4',
132+
'fingerprints >= 0.5.4',
132133

133134
# extractcode
134135
'patch >= 1.15, < 1.20 ',
@@ -242,6 +243,7 @@ def read(*names, **kwargs):
242243
# See also plugincode.post_scan module for details and doc.
243244
'scancode_post_scan': [
244245
'mark-source = scancode.plugin_mark_source:MarkSource',
246+
'copyrights-summary = scancode.plugin_copyrights_summary:CopyrightSummary',
245247
],
246248

247249
# scancode_output_filter is the entry point for filter plugins executed

0 commit comments

Comments
 (0)