Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: mevrin <[email protected]>
  • Loading branch information
lekaf974 committed Oct 10, 2024
1 parent 28b3510 commit 8532847
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 8532847

Please sign in to comment.