mgbam commited on
Commit
d447da3
·
verified ·
1 Parent(s): eb758d4

Create pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"