From 400c482fa8c410959547a642436982fb502250e4 Mon Sep 17 00:00:00 2001 From: Vaidas Simkus Date: Wed, 11 Mar 2026 10:22:37 +0000 Subject: [PATCH] Added dftd3_parameters.pt to the package --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 41d22bc..94f6d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,9 @@ torchsim = ["torch-sim-atomistic>=0.5.1"] where = ["."] include = ["orb_models*"] +[tool.setuptools.package-data] +"orb_models" = ["forcefield/inference/dftd3_parameters.pt"] + [project.urls] Homepage = "https://github.com/orbital-materials/orb-models" Changelog = "https://github.com/orbital-materials/orb-models/releases"