Skip to content

Commit f74c30f

Browse files
committed
Include license in packaged release
1 parent 6a87d00 commit f74c30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bash/package_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ echo ""
6161

6262
# ── Validate required files ───────────────────────────────────────────────────
6363

64-
REQUIRED_FILES=("src/" "sample_images/" "pyproject.toml" "uv.lock" "README.md")
64+
REQUIRED_FILES=("src/" "sample_images/" "pyproject.toml" "uv.lock" "README.md", "LICENSE.md")
6565

6666
for item in "${REQUIRED_FILES[@]}"; do
6767
if [[ ! -e "${REPO_ROOT}/${item}" ]]; then

0 commit comments

Comments
 (0)