summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-08-23 00:14:33 +0300
committerGitHub <noreply@github.com>2018-08-23 00:14:33 +0300
commitc99c4a85e904007bb6e7e04d2c5300b262dc1798 (patch)
tree2a5306fddf4ed0a7240d65e4c7c0f85e011f38a8
parent239bc386e40d8697df4b02cc02f2e4c4b90c2cf4 (diff)
parentbc79a5f8667a9c87f069f07d6c4de0c005f4fd67 (diff)
downloadpysaml2-c99c4a85e904007bb6e7e04d2c5300b262dc1798.tar.gz
Merge pull request #542 from pganssle/pyproject
Specify the minimum build-tool version
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..385c7952
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools>=40.0.0", "wheel"]