summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:45:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:45:26 +0000
commitf96f0e76133cd2e30192bd0691fb51f21b3fe805 (patch)
tree4cd59fbbbddbde6122b57245e0443e0c0714295f /pyproject.toml
parentInitial commit. (diff)
downloadruamel.yaml.clib-e8194e0491c5d569a8e22731d1b32d91bcf6d6e0.tar.xz
ruamel.yaml.clib-e8194e0491c5d569a8e22731d1b32d91bcf6d6e0.zip
Adding upstream version 0.2.8.upstream/0.2.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..7e66379
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,4 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+# test
+build-backend = "setuptools.build_meta"