tree-sitter / tree-sitter-go

Go grammar for tree-sitter
MIT License
317 stars 63 forks source link

Add MANIFEST.in so we get a valid sdist #151

Closed hoodmane closed 1 week ago

hoodmane commented 1 month ago

The src/tree_sitter/ directory is not included in the sdist so if we attempt to build from it, we get compilation errors due to missing headers. This fixes the sdist.

amaanq commented 1 week ago

https://github.com/tree-sitter/tree-sitter/pull/3952