Skip to content

Commit f64596b

Browse files
Use uv build and fix build contents (#211)
1 parent a0d0672 commit f64596b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,12 @@ pre-commit = [
6565
]
6666

6767
[build-system]
68-
requires = ["pdm-backend"]
69-
build-backend = "pdm.backend"
68+
requires = ["uv_build>=0.8.4,<0.9.0"]
69+
build-backend = "uv_build"
70+
71+
[tool.uv.build-backend]
72+
module-name = "aiida_mlip"
73+
module-root = ""
7074

7175
[project.entry-points."aiida.data"]
7276
"mlip.modeldata" = "aiida_mlip.data.model:ModelData"

0 commit comments

Comments
 (0)