Skip to content

Commit 56704ae

Browse files
Add an empty tool.setuptools_scm section to pyproject.toml
Without this, setuptools_scm complains about the missing section.
1 parent 531606a commit 56704ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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 unsupported Python versions, and only build for 64-bit on Linux
1517
skip = ["cp36-*", "cp37-*", "*-manylinux_i686", "*-musllinux_i686"]

0 commit comments

Comments
 (0)