drgn/MANIFEST.in
Omar Sandoval 05d9cb58eb Fix MANIFEST.in warning for LICENSES directory
We're getting this warning from setuptools:

  warning: manifest_maker: MANIFEST.in, line 6: 'recursive-include' expects <dir> <pattern1> <pattern2> ...

Fix it by adding '*'.

Fixes: b156d987d7 ("Move license to LICENSES")
Signed-off-by: Omar Sandoval <osandov@osandov.com>
2022-12-19 16:31:20 -08:00

8 lines
322 B
Plaintext

recursive-include docs *.css *.ico *.png *.py *.rst
recursive-include tests *.py *.zst
include tests/linux_kernel/kmod/Makefile tests/linux_kernel/kmod/drgn_test.c
recursive-include tools *.py
recursive-include vmtest *.c *.py *.rst
recursive-include LICENSES *
include .flake8 CONTRIBUTING.rst COPYING pytest.ini util.py