We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2488d84 commit 4dbe1c1Copy full SHA for 4dbe1c1
2 files changed
.gitignore
@@ -168,6 +168,6 @@ tinker/
168
**/logs
169
170
# AI
171
-**/.claude.ipd/
+**/.claude
172
CLAUDE.md
173
.github/workflows/claude*.yml
pyproject.toml
@@ -108,11 +108,9 @@ aw = "atomworks_cli.__main__:main"
108
requires = ["hatchling", "hatch-vcs"]
109
build-backend = "hatchling.build"
110
111
-[tool.hatch.build.targets.wheel]
112
-packages = ["atomworks", "atomworks_cli"]
113
-
114
[tool.hatch.build]
115
sources = ["src"]
+packages = ["src/atomworks", "src/atomworks_cli"]
116
117
[tool.hatch.metadata]
118
allow-direct-references = true
0 commit comments