Skip to content

Commit 61b65ff

Browse files
committed
Align setup and setup-mini
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a4e5b77 commit 61b65ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup-mini.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND
66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
77
description = ScanCode is a tool to scan code for license, copyright, package and their documented dependencies and other interesting facts. scancode-toolkit-mini is a special build that does not come with pre-built binary dependencies by default. These are instead installed separately or with the extra_requires scancode-toolkit-mini[full]
88
long_description = file:README.rst
9+
long_description_content_type = text/x-rst
910
url = https://github.com/nexB/scancode-toolkit
1011

1112
author = nexB. Inc. and others
@@ -174,6 +175,7 @@ scancode_scan =
174175
# module for details and doc.
175176
scancode_post_scan =
176177
summary = summarycode.summarizer:ScanSummary
178+
summary2 = summarycode.summarizer2:ScanSummary
177179
summary-keeping-details = summarycode.summarizer:ScanSummaryWithDetails
178180
summary-key-files = summarycode.summarizer:ScanKeyFilesSummary
179181
summary-by-facet = summarycode.summarizer:ScanByFacetSummary

0 commit comments

Comments
 (0)