Skip to content

Commit 910633c

Browse files
committed
Fix: correct build-backend to setuptools.build_meta in pyproject.toml
1 parent 66d2488 commit 910633c

1 file 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>=68"]
3-
build-backend = "setuptools.backends.legacy:build"
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-tetris-game-pygame"

0 commit comments

Comments
 (0)