Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject-scancode-toolkit-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject-scancode-toolkit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"

[project.optional-dependencies]
licenses = [
"licensecode-data",
"licensedcode-data",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, can you add a PR with just these changes?

]

# no impact but added for symmetry with the other pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down