Skip to content

Commit 1841e4d

Browse files
authored
rename main package (#1340)
1 parent 4ac4cb6 commit 1841e4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/imaging_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ echo
9999
echo "Creating loris-mri Python virtualenv in $mridir/.venv/"
100100
# create a directory in $mridir that will store python 3 virtualenv
101101
sudo -S su $USER -c "mkdir -m 770 -p $mridir/.venv"
102-
python3.11 -m venv $mridir/.venv --prompt loris-python
102+
python3.11 -m venv $mridir/.venv --prompt loris
103103
source $mridir/.venv/bin/activate
104104
echo "Installing the Python libraries into the loris-mri virtualenv..."
105105
pip3 install $mridir

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "loris-mri"
6+
name = "loris"
77
version = "27.0.0"
8-
description = "The LORIS Python scripts"
8+
description = "The LORIS Python package"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"
1111
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)