diff --git a/AUTHORS.rst b/AUTHORS.rst index 75b0533f92..06f151d5db 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -15,6 +15,7 @@ The following organizations or individuals have contributed to ScanCode: - Aryan Kenchappagol @aryanxk02 - Avi Aryan @aviaryan - Aviral Verma @avirlrma +- Ayush @macayu17 - Ayan Sinha Mahapatra @AyanSinhaMahapatra - Ayush Jain @aj4ayushjain - Bruno Oliveira @nicoddemus diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f5c5978f0..d9a5a6b402 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,10 @@ Changelog Next release -------------- +- Fix the optional ``licenses`` extra dependency typo to install + ``licensedcode-data``. + https://github.com/aboutcode-org/scancode-toolkit/pull/5056 + v33.0.0rc1 - 2026-05-14 ------------------------ diff --git a/pyproject-scancode-toolkit-mini.toml b/pyproject-scancode-toolkit-mini.toml index 6d532b27d6..cc6b0f81e7 100644 --- a/pyproject-scancode-toolkit-mini.toml +++ b/pyproject-scancode-toolkit-mini.toml @@ -111,7 +111,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit" [project.optional-dependencies] licenses = [ - "licensecode-data", + "licensedcode-data", ] # no impact but added for symmetry with the mini config diff --git a/pyproject-scancode-toolkit.toml b/pyproject-scancode-toolkit.toml index 2f377046d8..06fca05e0a 100644 --- a/pyproject-scancode-toolkit.toml +++ b/pyproject-scancode-toolkit.toml @@ -111,7 +111,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit" [project.optional-dependencies] licenses = [ - "licensecode-data", + "licensedcode-data", ] # no impact but added for symmetry with the other pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index dc2b8143d4..6854194f34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit" [project.optional-dependencies] # no impact but added for symmetry with the other pyproject.toml licenses = [ - "licensecode-data", + "licensedcode-data", "licensedcode-index", ]