diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-10-05 07:22:31 +0300 |
---|---|---|
committer | Alfred Wingate <parona@protonmail.com> | 2023-10-05 07:22:31 +0300 |
commit | 701301bb540fc62797386efce9602ba0ac362a07 (patch) | |
tree | ad711aa210ef99971e208e214b4bfa01fe811ab9 | |
parent | setup.py: Remove last distutils import (diff) | |
download | elogv-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.toml | 3 |
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" |