1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00
libvirt-python/pyproject.toml
Erik Skultety b8656c12b0 Add pyproject.toml
Given the missing setuptools keywords issue and hence having moved all
the declarative stuff to setup.cfg this one is only a very basic one
just to comply PEP-517 and foolproof this project for the future
PyPa/pip changes.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-06-22 10:27:41 +02:00

4 lines
81 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"