1[build-system]
2build-backend = "setuptools.build_meta"
3requires = [
4    "setuptools >= 48.0.0",
5    "wheel",
6]
7