Skip to content

Commit 2b7b434

Browse files
Align, add build-backend to pyproject.toml
1 parent 1ec90a6 commit 2b7b434

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[build-system]
22
requires = ["setuptools>=60", "setuptools-scm>=8.0"]
3+
build-backend = "setuptools.build_meta"
34

45
[tool.setuptools_scm]
5-
version_file="_version.py"
6+
version_file = "_version.py"
67

78
[tool.black]
89
line-length = 95

0 commit comments

Comments
 (0)