fix(bindings): only include top level LICENSE file

Ref: tree-sitter/workflows#33
(cherry picked from commit 436162ae7c)
This commit is contained in:
ObserverOfTime 2025-06-25 20:46:26 +03:00 committed by Will Lillis
parent b4fd46fdc0
commit e920009d60
2 changed files with 20 additions and 9 deletions

View file

@ -18,7 +18,7 @@ include = [
"queries/*",
"src/*",
"tree-sitter.json",
"LICENSE",
"/LICENSE",
]
[lib]