diff --git a/pyproject.toml b/pyproject.toml index 1dc3434..9d66c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ include = ["CMakeLists.txt", "rlottie/*"] build_type = "Release" source_path = "." build_args = ["-j"] +options = {"LOTTIE_MODULE" = "OFF"} install_components = ["python_module"] python_abi = 'abi3' abi3_minimum_cpython_version = 37