drgn/MANIFEST.in
Omar Sandoval a7224dbc77 Fix more MANIFEST.in issues
We need to include contrib. Also improve the tools and LICENSES
patterns.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-01-05 19:13:19 +00:00

9 lines
369 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 contrib *.py *.rst
recursive-include tools *.py *.rst
recursive-include vmtest *.c *.py *.rst
recursive-include LICENSES *.txt
include .flake8 CONTRIBUTING.rst COPYING pytest.ini util.py