File tree Expand file tree Collapse file tree 7 files changed +13
-11
lines changed
fileformats/medimage_CHANGEME Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ All tasks will be inserted into the `pydra.tasks.<yourtaskpackagename>` namespac
10
10
1 . Give your repo a name.
11
11
1 . Once the repo is created and cloned, search for CHANGEME (` grep -rn CHANGEME . ` ) and
12
12
replace with appropriate name.
13
- 1 . One of the folders is called CHANGEME. This should also be renamed to your package
14
- name.
13
+ 1 . Rename the following folders to replace ` CHANGEME ` with the name of the package:
14
+ * ` src/pydra/tasks/CHANGEME `
15
+ * ` fileformats/fileformats/medimage_CHANGEME `
16
+ * ` fileformats/fileformats/extras/medimage_CHANGEME `
15
17
1 . Under the newly renamed package (i.e. formerly CHANGEME) there is a directory named "v1",
16
18
` src/pydra/tasks/<package-name>/v1 ` , change this to valid Python package name starting with
17
19
'v' to indicate the version of the tool the Pydra interfaces will be designed for,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " fileformats-medimage-CHANGEME-extras"
7
- description = " Classes for representing file formats used exclusively by the Freesurfer tool in Python classes for use in type hinting in data workflows "
7
+ description = " Extensions to add functionality to tool-specific *fileformats* classes"
8
8
readme = " ../README.rst"
9
9
requires-python = " >=3.8"
10
10
dependencies = [
11
11
" fileformats >= 0.7" ,
12
- " fileformats-medimage-freesurfer " ,
12
+ " fileformats-medimage-CHANGEME " ,
13
13
" pydra >= 0.22.0"
14
14
]
15
15
license = {file = " ../LICENSE" }
@@ -58,21 +58,21 @@ converters = [
58
58
]
59
59
60
60
[project .urls ]
61
- repository = " https://github.com/nipype/pydra-freesurfer "
61
+ repository = " https://github.com/nipype/pydra-CHANGEME "
62
62
63
63
[tool .hatch .version ]
64
64
source = " vcs"
65
65
raw-options = { root = " .." }
66
66
67
67
[tool .hatch .build .hooks .vcs ]
68
- version-file = " fileformats/extras/medimage_freesurfer /_version.py"
68
+ version-file = " fileformats/extras/medimage_CHANGEME /_version.py"
69
69
70
70
[tool .hatch .build .targets .wheel ]
71
71
packages = [" fileformats" ]
72
72
73
73
[tool .black ]
74
74
target-version = [' py38' ]
75
- exclude = " fileformats/extras/medimage_freesurfer /_version.py"
75
+ exclude = " fileformats/extras/medimage_CHANGEME /_version.py"
76
76
77
77
[tool .codespell ]
78
78
ignore-words = " .codespell-ignorewords"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ test = [
51
51
" pytest-env>=0.6.2" ,
52
52
" pytest-cov>=2.12.1" ,
53
53
" codecov" ,
54
- " fileformats-medimage-CHANGME" ,
54
+ " fileformats-medimage-CHANGME-extras " ,
55
55
]
56
56
57
57
[project .urls ]
58
- repository = " https://github.com/nipype/pydra-freesurfer "
58
+ repository = " https://github.com/nipype/pydra-CHANGEME "
59
59
60
60
[tool .hatch .version ]
61
61
source = " vcs"
62
62
raw-options = { root = " .." }
63
63
64
64
[tool .hatch .build .hooks .vcs ]
65
- version-file = " fileformats/medimage_freesurfer /_version.py"
65
+ version-file = " fileformats/medimage_CHANGEME /_version.py"
66
66
67
67
[tool .hatch .build .targets .wheel ]
68
68
packages = [" fileformats" ]
69
69
70
70
[tool .black ]
71
71
target-version = [' py38' ]
72
- exclude = " fileformats/medimage_freesurfer /_version.py"
72
+ exclude = " fileformats/medimage_CHANGEME /_version.py"
73
73
74
74
[tool .codespell ]
75
75
ignore-words = " .codespell-ignorewords"
You can’t perform that action at this time.
0 commit comments