Skip to content

Commit

Permalink
Fix license script for ftfy (#128138)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and frenck committed Oct 11, 2024
1 parent 3e2edc1 commit 773564d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
type: boolean

env:
CACHE_VERSION: 10
CACHE_VERSION: 11
UV_CACHE_VERSION: 1
MYPY_CACHE_VERSION: 9
HA_SHORT_VERSION: "2024.10"
Expand Down
2 changes: 2 additions & 0 deletions script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"vincenty", # Public domain
"zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46
# Using License-Expression (with hatchling)
"ftfy", # Apache-2.0
}

TODO = {
Expand Down

0 comments on commit 773564d

Please sign in to comment.