aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-10-05 07:22:31 +0300
committerAlfred Wingate <parona@protonmail.com>2023-10-05 07:22:31 +0300
commit701301bb540fc62797386efce9602ba0ac362a07 (patch)
treead711aa210ef99971e208e214b4bfa01fe811ab9
parentsetup.py: Remove last distutils import (diff)
downloadelogv-701301bb540fc62797386efce9602ba0ac362a07.tar.gz
elogv-701301bb540fc62797386efce9602ba0ac362a07.tar.bz2
elogv-701301bb540fc62797386efce9602ba0ac362a07.zip
pyproject.toml: Use modern setuptools backend
Signed-off-by: Alfred Wingate <parona@protonmail.com>
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..fed528d
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"