From 0c81ed114ab66a8ed6259c444030836d8dc3a321 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 12 Sep 2024 11:00:41 +0800 Subject: [PATCH] fix sdist --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2c1f50e4..2a379ab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ find = { include = ["chgnet*"], exclude = ["tests", "tests*"] } [tool.setuptools.package-data] "chgnet" = ["*.json", "py.typed"] +"chgnet.graph.fast_converter_libraries" = ["*"] "chgnet.pretrained" = ["*", "**/*"] [build-system]