Skip to content

Commit cab5247

Browse files
musicinmybrainkhaledhosny
authored andcommitted
Add an empty tool.setuptools_scm section to pyproject.toml
Without this, setuptools_scm complains about the missing section.
1 parent 28929fe commit cab5247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ requires = [
1010
]
1111
build-backend = "setuptools.build_meta"
1212

13+
[tool.setuptools_scm]
14+
1315
[tool.cibuildwheel]
1416
# Skip building PyPy 3.8 wheels, the build currently fails
1517
# Also skip wheels for free-threaded CPython 3.14 (e.g. 'cp314t') until we

0 commit comments

Comments
 (0)