- Added more `PY_BUILD_CMAKE_*` variables.
- Renamed `PY_BUILD_CMAKE_MODULE_NAME` → `PY_BUILD_CMAKE_IMPORT_NAME`, `PY_BUILD_CMAKE_PACKAGE_NAME` → `PY_BUILD_CMAKE_PROJECT_NAME`, `PY_BUILD_CMAKE_PACKAGE_VERSION` → `PY_BUILD_CMAKE_PROJECT_VERSION`
(the old variables are still available for backwards compatibility).
- More robust CMake FindPython hints.
- New _Variables_ reference: https://tttapa.github.io/py-build-cmake/Variables.html
- Simplified minimal example CMakeLists.txt.
- Improved documentation.
**Full Changelog**: https://github.com/tttapa/py-build-cmake/compare/0.3.3...0.3.4