Skip to content

Commit

Permalink
Fix inclusion of libcint .so files in package_data via pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher committed May 1, 2024
1 parent b9ba685 commit 4c0f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]

0 comments on commit 4c0f938

Please sign in to comment.