List view
## Goals Per #45, add support for include only configurations such that if specified, no additional files are compiled unless included in the respective option. ## Specification Synax to look like the below: ```toml # hatch.toml [build.hooks.cython.options] only = [] ``` _or_ ```toml # hatch.toml [build.hooks.cython.options] include = [] ``` ## TBD - Whether to use `include`, `only`, or other syntax. `include` is pragma, but we already use `includes` which can be confusing when comparing behaviours with `c` and / or `py` compilation steps. ## Milestone criteria - [ ] Support include feature - [ ] Ensure backwards-compatibility - [ ] New test projects following the above requirements
Overdue by 1 year(s)•Due by April 21, 2024•2/2 issues closed- No due date•1/1 issues closed