Skip to content

Commit

Permalink
Align setup-mini.cfg with setup.cfg
Browse files Browse the repository at this point in the history
Reference: #3408
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed May 23, 2023
1 parent f3086c5 commit 5528d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ console_scripts =
scancode = scancode.cli:scancode
scancode-reindex-licenses = licensedcode.reindex:reindex_licenses
scancode-license-data = licensedcode.license_db:dump_scancode_license_data
regen-package-docs = packagedcode.regen_package_docs:regen_package_docs

# These are configurations for ScanCode plugins as setuptools entry points.
# Each plugin entry hast this form:
Expand All @@ -163,7 +164,6 @@ console_scripts =
scancode_pre_scan =
ignore = scancode.plugin_ignore:ProcessIgnore
facet = summarycode.facet:AddFacet
classify = summarycode.classify_plugin:FileClassifier


# scancode_scan is the entry point for scan plugins that run a scan after the
Expand Down Expand Up @@ -194,6 +194,7 @@ scancode_post_scan =
filter-clues = cluecode.plugin_filter_clues:RedundantCluesFilter
consolidate = summarycode.plugin_consolidate:Consolidator
license-references = licensedcode.licenses_reference:LicenseReference
classify = summarycode.classify_plugin:FileClassifier


# scancode_output_filter is the entry point for filter plugins executed after
Expand Down

0 comments on commit 5528d3b

Please sign in to comment.