comparison MANIFEST.in @ 1770:be85d7ce8536

Manifest.in: sort entry
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Wed, 02 Nov 2016 18:50:54 +0100
parents 9cdd32b45bba
children 294f1a8ba0e4
comparison
equal deleted inserted replaced
1769:38d1463f3e0f 1770:be85d7ce8536
1 recursive-include docs/figures *.svg 1 exclude tests/test-drop.t
2 exclude tests/test-oldconvert.t
3 exclude tests/test-qsync.t
4 include COPYING
2 include docs/figures/hgview-example.png 5 include docs/figures/hgview-example.png
6 include docs/makefile
7 include docs/*.py
8 include docs/README
3 include docs/*.rst 9 include docs/*.rst
4 include docs/*.py 10 include docs/static/*.svg
5 include docs/tutorials/*.t 11 include docs/tutorials/*.t
6 include docs/makefile 12 include hgext/evolve.py
7 include docs/static/*.svg
8 include hgext/__init__.py 13 include hgext/__init__.py
9 include hgext/evolve.py
10 include hgext/pushexperiment.py 14 include hgext/pushexperiment.py
11 include hgext/simple4server.py 15 include hgext/simple4server.py
16 include README
12 include setup.py 17 include setup.py
13 include README 18 include tests/dummyssh
14 include COPYING 19 include tests/_exc-util.sh
20 include tests/*.py
15 include tests/*.t 21 include tests/*.t
16 include tests/*.py 22 recursive-include docs/figures *.svg
17 include tests/_exc-util.sh
18 include tests/dummyssh
19 exclude tests/test-oldconvert.t
20 exclude tests/test-qsync.t
21 exclude tests/test-drop.t