Skip to content

Commit 7bec410

Browse files
committed
Python: Rename tsg-build target to tsp-build
The latter makes more sense, as it's actually building `tree-sitter-python`.
1 parent e10333b commit 7bec410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/extractor/tsg-python/tsp/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package(default_visibility = ["//visibility:public"])
77
# This will run the build script from the root of the workspace, and
88
# collect the outputs.
99
cargo_build_script(
10-
name = "tsg-build",
10+
name = "tsp-build",
1111
srcs = ["bindings/rust/build.rs"],
1212
data = glob([
1313
"src/**",
@@ -32,7 +32,7 @@ rust_library(
3232
proc_macro_deps = all_crate_deps(
3333
proc_macro = True,
3434
),
35-
deps = [":tsg-build"] + all_crate_deps(
35+
deps = [":tsp-build"] + all_crate_deps(
3636
normal = True,
3737
),
3838
)

0 commit comments

Comments
 (0)