Skip to content

Commit 8ed417c

Browse files
committed
fixed location of _version.py generation
1 parent 6102efb commit 8ed417c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ dmypy.json
141141
.DS_store
142142

143143
# Generated files
144-
/pydra/workers/psij/_version.py
144+
/pydra/workers/psij_local/_version.py

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"pydra >=0.24",
12+
"psij-python",
1213
]
1314
license = {file = "LICENSE"}
1415
authors = [{name = "Nipype developers", email = "[email protected]"}]
@@ -30,7 +31,6 @@ dynamic = ["version"]
3031
dev = [
3132
"black",
3233
"pre-commit",
33-
"types-cloudpickle"
3434
]
3535
doc = [
3636
"packaging",
@@ -53,11 +53,11 @@ test = [
5353
source = "vcs"
5454

5555
[tool.hatch.build.hooks.vcs]
56-
version-file = "pydra/workers/psij/_version.py"
56+
version-file = "pydra/workers/psij_local/_version.py"
5757

5858
[tool.hatch.build.targets.wheel]
5959
packages = ["pydra"]
60-
include-only = ["pydra/workers/psij"]
60+
include-only = ["pydra/workers/psij_local", "pydra/workers/psij_slurm"]
6161

6262
[tool.black]
6363
target-version = ["py38"]

0 commit comments

Comments
 (0)