Mercurial > evolve
changeset 5246:57ae9af43e6b stable
manifest: just include all .py .sh and .t files from tests/ recursively
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 09 Apr 2020 23:35:20 +0800 |
parents | 3528fb011417 |
children | 3e7025a55c1b |
files | MANIFEST.in |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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