Skip to content

Commit 1d88cc5

Browse files
author
Vladyslav Lyshenko
committed
fix: use setuptools.build_meta instead of setuptools.backends.legacy
1 parent a6c46ea commit 1d88cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=68", "wheel"]
3-
build-backend = "setuptools.backends.legacy:build"
2+
requires = ["setuptools>=42", "wheel"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vladdnepr-cs2-masked-inspect"

0 commit comments

Comments
 (0)