summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-04-10 09:19:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-04-10 09:19:48 -0400
commite302df43fc90a3db2bc9119c9e0dad08a754c0f5 (patch)
treecc8701b800c9c8fb7dbce33c74b3cbd3108b9489
parent021b18b89cf83977397350ebe54603032086baf6 (diff)
downloadpytest-runner-e302df43fc90a3db2bc9119c9e0dad08a754c0f5.tar.gz
Add pyproject.toml declaring build dependencies.
-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 0000000..3ef243c
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools", "wheel", "setuptools_scm>=1.15"]