summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/python-valid-pdm/build-spec/orig/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/languages/python/python-valid-pdm/build-spec/orig/pyproject.toml')
-rw-r--r--t/recipes/checks/languages/python/python-valid-pdm/build-spec/orig/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/recipes/checks/languages/python/python-valid-pdm/build-spec/orig/pyproject.toml b/t/recipes/checks/languages/python/python-valid-pdm/build-spec/orig/pyproject.toml
new file mode 100644
index 0000000..161e831
--- /dev/null
+++ b/t/recipes/checks/languages/python/python-valid-pdm/build-spec/orig/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = []
+build-backend = "pdm.pep517.api"