Lines Matching full:by
4 This directory houses Python tooling used by the QEMU project to build,
5 configure, and test QEMU. It is organized by namespace (``qemu``), and
6 then by package (e.g. ``qemu/machine``, ``qemu/qmp``, etc).
8 ``setup.py`` is used by ``pip`` to install this tooling to the current
9 environment. ``setup.cfg`` provides the packaging configuration used by
10 ``setup.py``. You will generally invoke it by doing one of the following:
43 These packages may be used without installing them first, by using one
74 Used by ``make check`` et al.
77 - ``MANIFEST.in`` is read by python setuptools, it specifies additional files
78 that should be included by a source distribution.
82 this package; it is referenced by ``setup.cfg``.
84 - ``setup.py`` is the setuptools installer used by pip; See above.