From 4c0f938015bfd95b7e84509ce5fb5dd0d34b3be0 Mon Sep 17 00:00:00 2001 From: Michelle Richer Date: Wed, 1 May 2024 15:35:36 -0400 Subject: [PATCH] Fix inclusion of libcint .so files in package_data via pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55009124..bc2f7cc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,4 +92,4 @@ addopts = "-v" #local_scheme = "no-local-version" [tool.setuptools.package-data] -"gbasis.integrals.lib" = ["libcint.so*"] +gbasis = ["integrals/include/cint*.h", "integrals/lib/libcint.so*"]