fix(bindings): fix template oversights

This commit is contained in:
ObserverOfTime 2024-03-10 21:44:12 +02:00 committed by Amaan Qureshi
parent 78cc77e7b2
commit e9b3f65ceb
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: tree-sitter-PARSER_NAME
Description: PARSER_NAME grammar for tree-sitter
Description: CAMEL_PARSER_NAME grammar for tree-sitter
URL: @URL@
Version: @VERSION@
Requires: @REQUIRES@

View file

@ -20,14 +20,14 @@ let package = Package(
"bindings/node",
"bindings/python",
"bindings/rust",
"examples",
"prebuilds",
"grammar.js",
"package.json",
"package-lock.json",
"pyproject.toml",
"setup.py",
"test",
"types",
"examples",
".editorconfig",
".github",
".gitignore",

View file

@ -1,3 +1,5 @@
"CAMEL_PARSER_NAME grammar for tree-sitter"
from ._binding import language
__all__ = ["language"]