Manifest.in: sort entry
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 02 Nov 2016 18:50:54 +0100
changeset 1770 be85d7ce8536
parent 1769 38d1463f3e0f
child 1771 294f1a8ba0e4
Manifest.in: sort entry
MANIFEST.in
--- a/MANIFEST.in	Wed Nov 02 18:49:19 2016 +0100
+++ b/MANIFEST.in	Wed Nov 02 18:50:54 2016 +0100
@@ -1,21 +1,22 @@
-recursive-include docs/figures *.svg
+exclude tests/test-drop.t
+exclude tests/test-oldconvert.t
+exclude tests/test-qsync.t
+include COPYING
 include docs/figures/hgview-example.png
+include docs/makefile
+include docs/*.py
+include docs/README
 include docs/*.rst
-include docs/*.py
+include docs/static/*.svg
 include docs/tutorials/*.t
-include docs/makefile
-include docs/static/*.svg
+include hgext/evolve.py
 include hgext/__init__.py
-include hgext/evolve.py
 include hgext/pushexperiment.py
 include hgext/simple4server.py
+include README
 include setup.py
-include README
-include COPYING
-include tests/*.t
+include tests/dummyssh
+include tests/_exc-util.sh
 include tests/*.py
-include tests/_exc-util.sh
-include tests/dummyssh
-exclude tests/test-oldconvert.t
-exclude tests/test-qsync.t
-exclude tests/test-drop.t
+include tests/*.t
+recursive-include docs/figures *.svg