diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:45:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:45:26 +0000 |
commit | f96f0e76133cd2e30192bd0691fb51f21b3fe805 (patch) | |
tree | 4cd59fbbbddbde6122b57245e0443e0c0714295f /pyproject.toml | |
parent | Initial commit. (diff) | |
download | ruamel.yaml.clib-upstream/0.2.8.tar.xz ruamel.yaml.clib-upstream/0.2.8.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.toml | 4 |
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" |