cmake_example
cmake_example copied to clipboard
running "pip install ./cmake_example" will install the shared library into site-packages root folder, but not a dedicated subfolder
How can one make the package such that on running "pip install ./cmake_example" it creates a subfolder in site-packages named "cmake_example" which contains the shared library for cmake_example?