Skip to content

Commit

Permalink
Migrate to new new official py-build-cmake-version (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Nov 26, 2024
1 parent 63d6ff4 commit 5cc27fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exclude_dirs = ["tests"]
directory = "python"

[tool.py-build-cmake.sdist]
exclude = ["dist", "tests", "examples", "python/tests"]
include = ["cmake", "python", "src", "CMakeLists.txt", "LICENSE", "README.md", "SECURITY.md", "third-party-programs.txt"]

[tool.py-build-cmake.cmake]
minimum_version = "3.15"
Expand All @@ -104,7 +104,7 @@ python_abi = "none"

[build-system]
requires = [
"py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9",
"py-build-cmake==0.3.0",
"cmake~=3.14",
"openvino~=2025.0.0.0.dev"
]
Expand Down

0 comments on commit 5cc27fb

Please sign in to comment.