Skip to content

Commit cb26533

Browse files
committed
fully remove codegen from src
1 parent 4150841 commit cb26533

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

hatch.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ exclude = [
7777
macos-max-compat = false
7878

7979
[build]
80-
packages = ["src/graph_sitter", "src/codegen"]
80+
packages = ["src/graph_sitter"]
8181

8282
[metadata.hooks.vcs.urls]
8383
Homepage = "https://www.codegen.com/"
84-
Repository = "https://github.com/codegen-sh/codegen-sdk"
85-
Download = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
84+
Repository = "https://github.com/codegen-sh/graph-sitter"
85+
Download = "https://github.com/codegen-sh/graph-sitter/archive/{commit_hash}.zip"
8686
Changelog = "https://docs.codegen.com/changelog/changelog"
87-
Releasenotes = "https://github.com/codegen-sh/codegen-sdk/releases"
88-
Issues = "https://github.com/codegen-sh/codegen-sdk/issues"
87+
Releasenotes = "https://github.com/codegen-sh/graph-sitter/releases"
88+
Issues = "https://github.com/codegen-sh/graph-sitter/issues"
8989
Documentation = "https://docs.codegen.com"
9090
Playground = "https://www.codegen.sh/"
9191

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ dev-dependencies = [
161161
"modal>=0.73.25",
162162
"pytest-lsp>=1.0.0b1",
163163
"cython>=3.0.11",
164-
"codegen-api-client>=1.0.0",
165164
]
166165

167166
[tool.uv.workspace]

src/codegen/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/codegen/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)