Skip to content

Fix pyproject.toml for wheel generation

Marcus Mohr requested to merge mohr/fix-wheel-generation into main

The packages list was missing the new module introduced in !37 (merged) [c3815303]. The MR adds hog.operator_generation.function_space_implementations to the list. This is a recurring problem, see also !22 (merged) in this respect.

Merge request reports