* Do not package python modules under "purelib" dir in non-pure wheel
* Add support for ``--hide-listing`` option * allow to build distributions without displaying files being included * useful when building large project on Continuous Integration service limiting the amount of log produced by the build.
* `skbuild/resources/cmake/targetLinkLibrariesWithDynamicLookup.cmake`: * Fix the logic checking for cross-compilation (the regression was introduced by scikit-build/scikit-build#51 and scikit-build/scikit-build#47 * It configure the text project setting [CMAKE_ENABLE_EXPORTS](https://cmake.org/cmake/help/v3.6/prop_tgt/ENABLE_EXPORTS.html?highlight=enable_export) to ON. Doing so ensure the executable compiled in the test exports symbols (if supported by the underlying platform).
* Makefile: * Fix `coverage` target * Add `docs-only` target allowing to regenerator the Sphinx documentation without opening a new page in the browser.