Skip to content

Commit 76f746d

Browse files
committed
Move gsbuild/build.py -> scripts/build.py
1 parent 7448b1e commit 76f746d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

hatch.toml

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

8282
[build.targets.wheel.hooks.custom]
8383
enable-by-default = false
84-
path = "src/codegen/gsbuild/build.py"
84+
path = "scripts/build.py"
8585
require-runtime-dependencies = true
8686
[envs.default]
8787
installer = "uv"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ dependencies = [
4949
"lazy-object-proxy>=0.0.0",
5050
"pydantic-core>=2.23.4",
5151
"hatch-vcs>=0.4.0",
52-
"hatchling>=1.25.0",
5352
"pyinstrument>=5.0.0",
5453
"pip>=24.3.1", # This is needed for some NPM/YARN/PNPM post-install scripts to work!
5554
"emoji>=2.14.0",
@@ -110,6 +109,7 @@ dev-dependencies = [
110109
"deptry>=0.22.0",
111110
"cibuildwheel[uv]>=2.22.0",
112111
"sybil[pytest]>=9.0.0",
112+
"hatchling>=1.25.0",
113113
]
114114
keyring-provider = "subprocess"
115115
#extra-index-url = ["https://[email protected]/pypi/codegen/simple/"]

0 commit comments

Comments
 (0)