aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-10-03 20:12:31 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-10-03 20:12:31 +0200
commit06e2cdc5695e2cb5712b468b7e57a53822703364 (patch)
tree0d7eb388bd5f761fc5dc1a6a35a731744e0aa62e /pyproject.toml
parent4f2d0c24bafaec068f17f0d84daf48621b09dc2a (diff)
downloadruamel-yaml-clib-code-06e2cdc5695e2cb5712b468b7e57a53822703364.tar.gz
upgrade Dockerfile
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"