Skip to content

Commit

Permalink
Fixing the pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 28, 2024
1 parent d3e1d2e commit b0017e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Tracker = "https://github.com/Textualize/py-tree-sitter-languages/issues"

[build-system]
requires = [
"setuptools>=42",
"setuptools",
"wheel",
"Cython",
]
build-backend = "setuptools.build_meta"
Expand All @@ -35,8 +36,5 @@ build-backend = "setuptools.build_meta"
packages = ["tree_sitter_languages"]
package-data = {"tree_sitter_languages" = ["languages.so", "languages.dll"]}

[tool.setuptools.ext_modules]
tree_sitter_languages = {sources = ["tree_sitter_languages/core.pyx"]}

[tool.cython]
language_level = "3"

0 comments on commit b0017e2

Please sign in to comment.