Skip to content

Commit a82d764

Browse files
build: include header files in sdist
1 parent 79df26e commit a82d764

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include tree_sitter/binding/*.h
2+
13
prune tree_sitter/core
24
graft tree_sitter/core/lib/src
35
graft tree_sitter/core/lib/include/tree_sitter

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tree-sitter"
7-
version = "0.22.1"
7+
version = "0.22.2"
88
description = "Python bindings to the Tree-sitter parsing library"
99
keywords = ["incremental", "parsing", "tree-sitter"]
1010
classifiers = [

0 commit comments

Comments
 (0)