Skip to content

Commit 2d671d5

Browse files
committed
renamed references to pydra-* to pydra-tasks-*
1 parent be11f87 commit 2d671d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# -- Project information -----------------------------------------------------
99
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1010

11-
project = "pydra-fsl"
11+
project = "pydra-tasks-fsl"
1212
author = "Pydra Development Team"
1313
copyright = f"2022-2023, {author}"
1414
release = __version__

pydra/tasks/fsl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from ._version import __version__
1616
except ImportError:
1717
raise RuntimeError(
18-
"pydra-fsl has not been properly installed, please run "
18+
"pydra-tasks-fsl has not been properly installed, please run "
1919
f"`pip install -e {str(pkg_path)}` to install a development version"
2020
)
2121

related-packages/fileformats-extras/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ converters = [
5858
]
5959

6060
[project.urls]
61-
repository = "https://github.com/nipype/pydra-fsl"
61+
repository = "https://github.com/nipype/pydra-tasks-fsl"
6262

6363
[tool.hatch.version]
6464
source = "vcs"

related-packages/fileformats/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test = [
5555
]
5656

5757
[project.urls]
58-
repository = "https://github.com/nipype/pydra-fsl"
58+
repository = "https://github.com/nipype/pydra-tasks-fsl"
5959

6060
[tool.hatch.version]
6161
source = "vcs"

0 commit comments

Comments
 (0)