Diff of /pyproject.toml [000000] .. [548210]

Switch to side-by-side view

--- a
+++ b/pyproject.toml
@@ -0,0 +1,4 @@
+# pyproject.toml file specified at the root of the directory
+[build-system]
+requires = ["setuptools>=42", "wheel"]   # PEP 508 specifications.
+build-backend = "setuptools.build_meta"