We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f889283 commit e36b7d8Copy full SHA for e36b7d8
1 file changed
pyproject.toml
@@ -45,6 +45,9 @@ Repository = "https://github.com/mesh-adaptation/animate"
45
[tool.setuptools]
46
packages = ["animate"]
47
48
+[tool.setuptools.package-data]
49
+animate = ["cxx/*.cxx"]
50
+
51
[tool.ruff]
52
line-length = 88
53
0 commit comments