fix(cli): generate the parser version from the config as well

This commit is contained in:
Amaan Qureshi 2024-09-30 13:10:42 -04:00
parent ea3846a2c5
commit 2e3504a422
No known key found for this signature in database
GPG key ID: E67890ADC4227273
6 changed files with 16 additions and 9 deletions

View file

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-PARSER_NAME"
description = "PARSER_DESCRIPTION"
version = "0.0.1"
version = "PARSER_VERSION"
keywords = ["incremental", "parsing", "tree-sitter", "PARSER_NAME"]
classifiers = [
"Intended Audience :: Developers",