Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Only include code in the wheel
The wheel used to also include the documentation, which unhelpfully got installed into `.../site-packages/docs`. This commit fixes that by changing the package declaration for setuptools: instead of excluding what we don't want, we now include explicitly only the actual code packages. This still makes use of setuptools' discovery to find the individual submodules of capellambse_context_diagrams, but it won't try to find code anywhere else.
- Loading branch information