generated from nipype/pydra-tasks-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved fileformats packages again and fixed up freesurfer install
Showing
9 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ build-backend = "hatchling.build" | |
[project] | ||
name = "fileformats-medimage-freesurfer-extras" | ||
description = "Classes for representing file formats used exclusively by the Freesurfer tool in Python classes for use in type hinting in data workflows" | ||
readme = "../../README.rst" | ||
readme = "../README.rst" | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"fileformats >= 0.7", | ||
"fileformats-medimage-freesurfer", | ||
"pydra >= 0.22.0" | ||
] | ||
license = {file = "../../LICENSE"} | ||
license = {file = "../LICENSE"} | ||
authors = [ | ||
{name = "Thomas G. Close", email = "[email protected]"}, | ||
] | ||
|
@@ -62,7 +62,7 @@ repository = "https://github.com/nipype/pydra-freesurfer" | |
|
||
[tool.hatch.version] | ||
source = "vcs" | ||
raw-options = { root = "../.." } | ||
raw-options = { root = ".." } | ||
|
||
[tool.hatch.build.hooks.vcs] | ||
version-file = "fileformats/extras/medimage_freesurfer/_version.py" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ build-backend = "hatchling.build" | |
[project] | ||
name = "fileformats-medimage-freesurfer" | ||
description = "Classes for representing different file formats in Python classes for use in type hinting in data workflows" | ||
readme = "../../README.rst" | ||
readme = "../README.rst" | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"fileformats >= 0.4" | ||
] | ||
license = {file = "../../LICENSE"} | ||
license = {file = "../LICENSE"} | ||
authors = [ | ||
{name = "Thomas G. Close", email = "[email protected]"}, | ||
] | ||
|
@@ -57,7 +57,7 @@ repository = "https://github.com/nipype/pydra-freesurfer" | |
|
||
[tool.hatch.version] | ||
source = "vcs" | ||
raw-options = { root = "../.." } | ||
raw-options = { root = ".." } | ||
|
||
[tool.hatch.build.hooks.vcs] | ||
version-file = "fileformats/medimage_freesurfer/_version.py" | ||
|