mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-25 10:23:05 +00:00
05d9cb58eb
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>
8 lines
322 B
Plaintext
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
|