Mercurial > evolve
comparison MANIFEST.in @ 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 |
comparison
equal
deleted
inserted
replaced
5245:3528fb011417 | 5246:57ae9af43e6b |
---|---|
6 include hgext3rd/topic/*.py | 6 include hgext3rd/topic/*.py |
7 include hgext3rd/topic/README | 7 include hgext3rd/topic/README |
8 include MANIFEST.in | 8 include MANIFEST.in |
9 include README | 9 include README |
10 include setup.py | 10 include setup.py |
11 include tests/*.py | 11 recursive-include tests *.py *.sh *.t |
12 include tests/*.sh | |
13 include tests/testlib/*.sh | |
14 include tests/*.t | |
15 | 12 |
16 include docs/makefile | 13 include docs/makefile |
17 include docs/*.py | 14 include docs/*.py |
18 include docs/README | 15 include docs/README |
19 include docs/*.rst | 16 include docs/*.rst |