Mercurial > evolve
changeset 2096:667cf3c020da
MANIFEST.in: fix various mismatch
check-manifest is no longer complaining
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 13 Mar 2017 15:41:02 -0700 |
parents | 1c6bb9c117fc |
children | c99e926d465a |
files | MANIFEST.in |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Mon Mar 13 15:33:00 2017 -0700 +++ b/MANIFEST.in Mon Mar 13 15:41:02 2017 -0700 @@ -1,5 +1,7 @@ -exclude contrib/nopushpublish.py -exclude hgext3rd/evolve/hack/*.py +exclude contrib +recursive-exclude contrib * +exclude hgext3rd/evolve/hack +recursive-exclude hgext3rd/evolve/hack * exclude hgext3rd/evolve/legacy.py exclude Makefile exclude tests/test-drop.t @@ -21,6 +23,7 @@ include setup.py include tests/*.py include tests/*.sh +include tests/testlib/*.sh include tests/*.t prune debian recursive-include docs/figures *.svg