From b63b63e61282fbcd7343b946b3be7e2ae4f73a2d Mon Sep 17 00:00:00 2001 From: Andreas Copan Date: Wed, 12 Feb 2025 12:16:25 -0500 Subject: [PATCH] Fix: Also include phydat in wheel/sdist --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a26abb4..07f0dccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" requires = ["hatchling"] [tool.hatch.build.targets.sdist] -include = ["autochem", "automol", "autoreact", "molsym"] +include = ["autochem", "automol", "autoreact", "phydat", "molsym"] [tool.hatch.build.targets.wheel] -include = ["autochem", "automol", "autoreact", "molsym"] +include = ["autochem", "automol", "autoreact", "phydat", "molsym"]