Try to fix Python publish
@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "tree-sitter-commonlisp"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"cc",
"tree-sitter",
@ -1,7 +1,7 @@
[package]
description = "Common Lisp grammar for the tree-sitter parsing library"
keywords = ["incremental", "parsing", "lisp"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-commonlisp"
@ -1,4 +1,4 @@
VERSION := 0.4.0
VERSION := 0.4.1
LANGUAGE_NAME := tree-sitter-commonlisp
@ -1,12 +1,12 @@
{
"name": "tree-sitter-commonlisp",
"version": "0.4.0",
"version": "0.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -1,6 +1,6 @@
"description": "Tree-sitter grammar for Common Lisp",
"tree-sitter": [
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
description = "Commonlisp grammar for tree-sitter"
keywords = ["incremental", "parsing", "tree-sitter", "commonlisp"]
classifiers = [
"Intended Audience :: Developers",
@ -18,7 +18,7 @@
}
],
"metadata": {
"description": "Common Lisp grammar for tree-sitter",
"authors": [