Skip to content

Commit 46d22cf

Browse files
committed
Move graph_sitter_build into codebase.gsbuild
1 parent f316a6c commit 46d22cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ source_archive = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash
8383

8484
[build.targets.wheel.hooks.custom]
8585
enable-by-default = false
86-
path = "src/graph_sitter_build/build.py"
86+
path = "src/codegen/gsbuild/build.py"
8787
require-runtime-dependencies = true
8888
[envs.default]
8989
installer = "uv"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def update_init_file(file: Path) -> None:
1616

1717

1818
class SpecialBuildHook(BuildHookInterface):
19-
PLUGIN_NAME = "graph_sitter_build"
19+
PLUGIN_NAME = "codegen_build"
2020

2121
def initialize(self, version: str, build_data: dict[str, Any]) -> None:
2222
file = Path(self.root) / "src" / "codegen" / "sdk" / "__init__.py"

0 commit comments

Comments
 (0)