Skip to content

Commit 44eee95

Browse files
mgxdeffigies
andauthored
Apply suggestions from code review
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent cfb3e46 commit 44eee95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ raw-options = { version_scheme = "nipreps-calver" }
9494
[tool.hatch.build.hooks.vcs]
9595
version-file = "nibabies/_version.py"
9696

97-
[tool.distutils.bdist_wheel]
98-
universal = true
99-
10097
[tool.black]
10198
line-length = 99
10299
target-version = ['py39']

wrapper/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ raw-options = { version_scheme = "nipreps-calver", root = ".." }
5050
[tool.hatch.build.hooks.vcs]
5151
version-file = "src/nibabies_wrapper/_version.py"
5252

53+
[tool.distutils.bdist_wheel]
54+
universal = true
55+
5356
#
5457
# Developer tool configurations
5558
#

0 commit comments

Comments
 (0)