Add pyproject.toml
1 files changed, 3 insertions(+), 0 deletions(-) A pyproject.toml
A pyproject.toml => pyproject.toml +3 -0
@@ 0,0 1,3 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta"