Skip to content

Commit 5d688a0

Browse files
Merge pull request #5056 from macayu17/fix/5053-license-data-message
Fix licensedcode-data optional extra
2 parents f209798 + 5ffaeac commit 5d688a0

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The following organizations or individuals have contributed to ScanCode:
1515
- Aryan Kenchappagol @aryanxk02
1616
- Avi Aryan @aviaryan
1717
- Aviral Verma @avirlrma
18+
- Ayush @macayu17
1819
- Ayan Sinha Mahapatra @AyanSinhaMahapatra
1920
- Ayush Jain @aj4ayushjain
2021
- Bruno Oliveira @nicoddemus

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
Next release
55
--------------
66

7+
- Fix the optional ``licenses`` extra dependency typo to install
8+
``licensedcode-data``.
9+
https://github.com/aboutcode-org/scancode-toolkit/pull/5056
10+
711
v33.0.0rc1 - 2026-05-14
812
------------------------
913

pyproject-scancode-toolkit-mini.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"
111111

112112
[project.optional-dependencies]
113113
licenses = [
114-
"licensecode-data",
114+
"licensedcode-data",
115115
]
116116

117117
# no impact but added for symmetry with the mini config

pyproject-scancode-toolkit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"
111111

112112
[project.optional-dependencies]
113113
licenses = [
114-
"licensecode-data",
114+
"licensedcode-data",
115115
]
116116

117117
# no impact but added for symmetry with the other pyproject.toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"
114114
[project.optional-dependencies]
115115
# no impact but added for symmetry with the other pyproject.toml
116116
licenses = [
117-
"licensecode-data",
117+
"licensedcode-data",
118118
"licensedcode-index",
119119
]
120120

0 commit comments

Comments
 (0)