1[build-system] 2requires = [ 3 "setuptools", "wheel", 4 "patchelf; platform_system=='Linux'", 5] 6build-backend = "setuptools.build_meta" 7