Skip to content

Commit 1d76793

Browse files
committed
fix
1 parent e3e9bad commit 1d76793

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies = [
3131
"typing-extensions"
3232
]
3333
description = "A generic generator of Dockerfiles and Singularity recipes."
34-
# Version from setuptools_scm
3534
dynamic = ["version"]
3635
license = {text = "Apache License, 2.0"}
3736
maintainers = [{name = "Jakub Kaczmarzyk", email = "[email protected]"}]
@@ -88,6 +87,9 @@ version-file = "neurodocker/_version.py"
8887
[tool.hatch.build.targets.wheel]
8988
packages = ["neurodocker"]
9089

90+
[tool.hatch.version]
91+
source = "vcs"
92+
9193
[tool.isort]
9294
combine_as_imports = true
9395
line_length = 88

0 commit comments

Comments
 (0)