Skip to content

Commit caad442

Browse files
committed
claude is griefing me hard
1 parent 2ebbb19 commit caad442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/gonyx/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
gonyx
22
__pycache__
3+
*.dist-info/

tools/gonyx/hatch_build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ def initialize(self, version: Any, build_data: Any) -> None:
4040
],
4141
)
4242

43-
# Include the binary in the wheel
44-
build_data["force_include"][binary_name] = binary_name
43+
build_data["shared_scripts"] = {binary_name: binary_name}

0 commit comments

Comments
 (0)