Skip to content

Commit

Permalink
build: include header files in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 16, 2024
1 parent 79df26e commit a82d764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include tree_sitter/binding/*.h

prune tree_sitter/core
graft tree_sitter/core/lib/src
graft tree_sitter/core/lib/include/tree_sitter
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tree-sitter"
version = "0.22.1"
version = "0.22.2"
description = "Python bindings to the Tree-sitter parsing library"
keywords = ["incremental", "parsing", "tree-sitter"]
classifiers = [
Expand Down

0 comments on commit a82d764

Please sign in to comment.