We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91d7ea commit 32f577aCopy full SHA for 32f577a
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "atomworks"
3
-version = "1.1.0"
+version = "2.0.1"
4
description = "A research-oriented data toolkit for training biomolecular deep-learning foundation models"
5
readme = "README.md"
6
requires-python = ">=3.11"
@@ -108,11 +108,11 @@ 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]
-packages = [
- "src/atomworks",
- "src/atomworks_cli",
115
-]
+sources = ["src"]
116
117
[tool.hatch.metadata]
118
allow-direct-references = true
0 commit comments