Skip to content

Commit 4061dda

Browse files
committed
Remove useless build script.
1 parent c8a89dd commit 4061dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ source-dir = "."
2222
build-type = "RelWithDebInfo"
2323
verbose = true
2424

25-
[envs.foo.scripts]
26-
x = "python -c 'import view'"
25+
[build.targets.wheel.hooks.scikit-build.install]
26+
strip = false
2727

2828
[envs.hatch-test]
2929
features = ["full"]

0 commit comments

Comments
 (0)