Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
  • Loading branch information
JeanChristopheMorinPerso committed Feb 16, 2024
1 parent 7026aa3 commit a9f01c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sdist.exclude = [".github", "src/test", "src/examples", "website", "ASWF", "baze
# Only build the PyOpenEXR (cmake --build --target PyOpenEXR).
cmake.targets = ["PyOpenEXR"]
# Only install the "python" component (cmake --install --component python).
# This makes sure that only files makred as "python" component are installed.
# This makes sure that only files marked as "python" component are installed.
install.components = ["python"]

# Enable experimental features if any are available
Expand Down

0 comments on commit a9f01c1

Please sign in to comment.