Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
setuptools_wrap: Fix support for py_modules and add test_py_modules_k…
…eyword Similarly to what is done for scripts, this commit introduces the ivar 'new_py_modules' to keep track of which module is installed by a CMake install rule and which one is provided by the source tree. This commit fixes the following test: tests/test_setup.py::test_py_modules_keyword[skbuild]
- Loading branch information
Showing
with
58 additions
and 5 deletions.
- +14 −5 skbuild/setuptools_wrap.py
- +44 −0 tests/test_setup.py