Skip to content
Merged
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 install/imaging_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ echo
echo "Creating loris-mri Python virtualenv in $mridir/.venv/"
# create a directory in $mridir that will store python 3 virtualenv
sudo -S su $USER -c "mkdir -m 770 -p $mridir/.venv"
python3.11 -m venv $mridir/.venv --prompt loris-python
python3.11 -m venv $mridir/.venv --prompt loris
source $mridir/.venv/bin/activate
echo "Installing the Python libraries into the loris-mri virtualenv..."
pip3 install $mridir
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "loris-mri"
name = "loris"
version = "27.0.0"
description = "The LORIS Python scripts"
description = "The LORIS Python package"
readme = "README.md"
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
Expand Down
Loading