From 72fdfa438bcc09b58c21b6a097442a7a4b103095 Mon Sep 17 00:00:00 2001 From: Vadim Lebedev Date: Mon, 25 Jul 2022 00:28:18 +0200 Subject: [PATCH] Adding pyproject.toml --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..88a3439 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +# See https://setuptools.readthedocs.io/en/latest/build_meta.html + +[build-system] +# Use setuptools >= 43 because it automatically includes pyproject.toml in source distribution +# Use setuptools >= 46.5 to use attr: package.__version__ +# https://setuptools.readthedocs.io/en/latest/history.html#id284 +requires = ["setuptools", "wheel"]