1
0
Fork 0
qemu/tests/lcitool/libvirt-ci/setup.py
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

9 lines
446 B
Python

# FIXME: Drop this file for good when setuptools v64.0.3 [1] becomes widely
# available. We only need this file to support editable installs which
# setuptools added in v64.0.0 by implementing PEP 660 [2]. It is recommended
# to go with setuptools >v64.0.3 as it fixes some bugs in v64.0.0 in this area.
# [1] https://setuptools.pypa.io/en/latest/history.html#v64-0-3
# [2] https://peps.python.org/pep-0660/
from setuptools import setup
setup()