We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a21f1e commit 33475e9Copy full SHA for 33475e9
setup.py
@@ -38,7 +38,7 @@ class EggInfo(egg_info):
38
def find_sources(self):
39
super().find_sources()
40
self.filelist.recursive_include("queries", "*.scm")
41
- self.filelist.include("grammars/ocaml/src/tree_sitter/*.h")
+ self.filelist.include("fsharp/src/tree_sitter/*.h")
42
43
setup(
44
packages=find_packages("bindings/python"),
0 commit comments