Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "pydra-fsl"
project = "pydra-tasks-fsl"
author = "Pydra Development Team"
copyright = f"2022-2023, {author}"
release = __version__
Expand Down
2 changes: 1 addition & 1 deletion pydra/tasks/fsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ._version import __version__
except ImportError:
raise RuntimeError(
"pydra-fsl has not been properly installed, please run "
"pydra-tasks-fsl has not been properly installed, please run "
f"`pip install -e {str(pkg_path)}` to install a development version"
)

Expand Down
2 changes: 1 addition & 1 deletion related-packages/fileformats-extras/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ converters = [
]

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

[tool.hatch.version]
source = "vcs"
Expand Down
2 changes: 1 addition & 1 deletion related-packages/fileformats/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test = [
]

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

[tool.hatch.version]
source = "vcs"
Expand Down
Loading