--- 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