# HG changeset patch # User Anton Shestakov # Date 1586446520 -28800 # Node ID 57ae9af43e6b05516ddf805d5d1587a2c0b0838a # Parent 3528fb01141743271d538641d396da0c3adfe956 manifest: just include all .py .sh and .t files from tests/ recursively diff -r 3528fb011417 -r 57ae9af43e6b MANIFEST.in --- a/MANIFEST.in Thu Apr 09 23:10:08 2020 +0800 +++ b/MANIFEST.in Thu Apr 09 23:35:20 2020 +0800 @@ -8,10 +8,7 @@ include MANIFEST.in include README include setup.py -include tests/*.py -include tests/*.sh -include tests/testlib/*.sh -include tests/*.t +recursive-include tests *.py *.sh *.t include docs/makefile include docs/*.py