Skip to content

Commit

Permalink
Merge pull request #318 from nipreps/fix/wrapper-py2
Browse files Browse the repository at this point in the history
FIX: Py2 compatibility
  • Loading branch information
mgxd authored Oct 5, 2023
2 parents b98031e + 39e020b commit edcbd2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ raw-options = { version_scheme = "nipreps-calver", root = ".." }

[tool.hatch.build.hooks.vcs]
version-file = "src/nibabies_wrapper/_version.py"
template = """\
# file generated by setuptools_scm
# don't change, don't track in version control
__version__ = version = {version!r}
__version_tuple__ = version_tuple = {version_tuple!r}
"""

[tool.distutils.bdist_wheel]
universal = true
Expand Down

0 comments on commit edcbd2b

Please sign in to comment.