summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-08-17 14:41:31 -0400
committerPaul Ganssle <paul@ganssle.io>2018-08-17 14:41:31 -0400
commitbc79a5f8667a9c87f069f07d6c4de0c005f4fd67 (patch)
tree6f2e659aa5c9d05008edfae3298cc38061bac0c8 /pyproject.toml
parenta17f233c7a845105913ee4c72c33eb6c60a6d5c6 (diff)
downloadpysaml2-bc79a5f8667a9c87f069f07d6c4de0c005f4fd67.tar.gz
Add pyproject.toml
The version=file:VERSION line in setup.cfg actually requires setuptools>=40.0.0, so this adds a pyproject.toml file describing the minimum build dependencies of the project.
Diffstat (limited to 'pyproject.toml')
-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"]