diff --git a/pyproject.toml b/pyproject.toml index e52f531f..ce93edcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build" [project] name = "Imath" -dynamic = ["version"] +dynamic = [] description="Python bindings for the Imath a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type." readme = "README.md" @@ -50,8 +50,6 @@ install.strip = true # In this case we need custom local plugin to get # the project version from cmake. experimental = true -metadata.version.provider = "Imath" -metadata.version.provider-path = "./src/python" [tool.scikit-build.cmake.define]