diff options
Diffstat (limited to 'python/README.rst')
-rw-r--r-- | python/README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/README.rst b/python/README.rst index 954870973d..6bd2c6b354 100644 --- a/python/README.rst +++ b/python/README.rst @@ -37,6 +37,8 @@ Files in this directory ----------------------- - ``qemu/`` Python package source directory. +- ``tests/`` Python package tests directory. +- ``avocado.cfg`` Configuration for the Avocado test-runner. - ``MANIFEST.in`` is read by python setuptools, it specifies additional files that should be included by a source distribution. - ``PACKAGE.rst`` is used as the README file that is visible on PyPI.org. |