Skip to content

Commit 32f577a

Browse files
authored
feat: hatch build change (#61)
1 parent a91d7ea commit 32f577a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "atomworks"
3-
version = "1.1.0"
3+
version = "2.0.1"
44
description = "A research-oriented data toolkit for training biomolecular deep-learning foundation models"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -108,11 +108,11 @@ 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+
111114
[tool.hatch.build]
112-
packages = [
113-
"src/atomworks",
114-
"src/atomworks_cli",
115-
]
115+
sources = ["src"]
116116

117117
[tool.hatch.metadata]
118118
allow-direct-references = true

0 commit comments

Comments
 (0)