Skip to content

Commit 6e481f4

Browse files
COMP: Set the new location of pyproject.toml in set_vtk_version.py
1 parent 1a79f8c commit 6e481f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

set_vtk_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
VERSION_PATTERN = r'([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?'
99
# List of package name to replace version in given file
1010
FILES = {
11-
"vtk": Path(SLICER_DIR) / "pyproject.toml",
12-
"vtk-sdk": Path(SLICER_DIR) / "pyproject.toml",
11+
"vtk": Path(SLICER_DIR) / "SlicerCore" / "pyproject.toml",
12+
"vtk-sdk": Path(SLICER_DIR) / "SlicerCore" / "pyproject.toml",
1313
"vtk-sdk": Path(SLICER_DIR) / "SlicerCoreSDK" / "pyproject.toml",
1414
"vtk-sdk": Path(SLICER_DIR) / "SlicerCoreSDK" / "tests" / "packages" / "build_module" / "pyproject.toml",
1515
"vtk-sdk": Path(SLICER_DIR) / "SlicerCoreSDK" / "tests" / "packages" / "find_package" / "pyproject.toml",

0 commit comments

Comments
 (0)