Skip to content

Commit d4ec7c7

Browse files
committed
fix: rename build backend module to use underscore instead of hyphen
1 parent f109b2a commit d4ec7c7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=42", "setuptools-scm"]
3-
build-backend = "setuptools-cython"
3+
build-backend = "setuptools_cython"
44
backend-path = ["setuptools-cython"]
55

66
[project]

0 commit comments

Comments
 (0)