Skip to content

Commit

Permalink
Configure python-chrisapp-template/bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennings Zhang authored and Jennings Zhang committed Apr 21, 2022
1 parent 149aab6 commit 31d5d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
# Step 1. Change these values to your liking.

PLUGIN_NAME="$(basename $(dirname $(realpath $0)))"
PLUGIN_TITLE='My ChRIS Plugin'
SCRIPT_NAME='commandname'
DESCRIPTION='A ChRIS plugin to do something awesome'
PLUGIN_TITLE='MNI Xfm Transformations'
SCRIPT_NAME='xfmwrapper'
DESCRIPTION='A ChRIS plugin to perform XFM transformations on volumes and surfaces'
ORGANIZATION='FNNDSC'
EMAIL='[email protected]'
EMAIL='[email protected]'

# automatic testing, building, and release
# https://github.com/FNNDSC/cookiecutter-chrisapp/wiki/Automatic-Builds
ENABLE_CI=yes

# Step 2. Uncomment the line below.

#READY=yes
READY=yes

# Step 3. Run: ./bootstrap.sh

Expand Down

0 comments on commit 31d5d7f

Please sign in to comment.