Skip to content

Commit 4dbe1c1

Browse files
committed
fix: pip wheel
1 parent 2488d84 commit 4dbe1c1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ tinker/
168168
**/logs
169169

170170
# AI
171-
**/.claude.ipd/
171+
**/.claude
172172
CLAUDE.md
173173
.github/workflows/claude*.yml

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,9 @@ aw = "atomworks_cli.__main__:main"
108108
requires = ["hatchling", "hatch-vcs"]
109109
build-backend = "hatchling.build"
110110

111-
[tool.hatch.build.targets.wheel]
112-
packages = ["atomworks", "atomworks_cli"]
113-
114111
[tool.hatch.build]
115112
sources = ["src"]
113+
packages = ["src/atomworks", "src/atomworks_cli"]
116114

117115
[tool.hatch.metadata]
118116
allow-direct-references = true

0 commit comments

Comments
 (0)