Skip to content

Commit e36b7d8

Browse files
authored
Include cxx files in installed Python package (#204)
Maybe this is naive of me, but this should enable non-editable installs to succeed as well?
1 parent f889283 commit e36b7d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Repository = "https://github.com/mesh-adaptation/animate"
4545
[tool.setuptools]
4646
packages = ["animate"]
4747

48+
[tool.setuptools.package-data]
49+
animate = ["cxx/*.cxx"]
50+
4851
[tool.ruff]
4952
line-length = 88
5053

0 commit comments

Comments
 (0)