Skip to content

Commit

Permalink
feat: implement some missing APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Sep 4, 2023
1 parent 7bba4e5 commit a3ec50c
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 33 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from os import path
from platform import system
from setuptools import Extension, setup

from setuptools import Extension, setup

with open(path.join(path.dirname(__file__), "README.md")) as f:
LONG_DESCRIPTION = f.read()
Expand All @@ -21,7 +21,7 @@
license="MIT",
platforms=["any"],
python_requires=">=3.3",
description="Python bindings to the Tree-sitter parsing library",
description="Python bindings for the Tree-Sitter parsing library",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
classifiers=[
Expand Down
Loading

0 comments on commit a3ec50c

Please sign in to comment.