Fix the source distribution manifest to include all test data

We actually need all this for the test suite, so let's just pull
it all in.
This commit is contained in:
Neal Gompa 2021-05-16 10:15:16 -04:00 committed by Neal Gompa (ニール・ゴンパ)
parent ab51e8eac1
commit 2fab6e6893
1 changed files with 1 additions and 6 deletions

View File

@ -3,9 +3,4 @@ include COPYING
include README.md
recursive-include configs *.toml
recursive-include rpmlint *.toml
recursive-include test/binary *
recursive-include test/configs *
recursive-include test/pyc *
recursive-include test/source *
recursive-include test/spec *
include test/Dockerfile*
recursive-include test *