We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e9bad commit 1d76793Copy full SHA for 1d76793
pyproject.toml
@@ -31,7 +31,6 @@ dependencies = [
31
"typing-extensions"
32
]
33
description = "A generic generator of Dockerfiles and Singularity recipes."
34
-# Version from setuptools_scm
35
dynamic = ["version"]
36
license = {text = "Apache License, 2.0"}
37
maintainers = [{name = "Jakub Kaczmarzyk", email = "[email protected]"}]
@@ -88,6 +87,9 @@ version-file = "neurodocker/_version.py"
88
87
[tool.hatch.build.targets.wheel]
89
packages = ["neurodocker"]
90
+[tool.hatch.version]
91
+source = "vcs"
92
+
93
[tool.isort]
94
combine_as_imports = true
95
line_length = 88
0 commit comments