MANIFEST.in
changeset 5130 40ae7c5b3b17
parent 5129 b7048f3e1847
child 5289 3528fb011417
--- a/MANIFEST.in	Thu Feb 13 19:08:31 2020 +0800
+++ b/MANIFEST.in	Thu Feb 13 19:13:36 2020 +0800
@@ -10,14 +10,8 @@
 exclude tests/test-drop.t
 exclude tests/test-inhibit.t
 exclude tests/test-oldconvert.t
-exclude docs/tutorial/.netlify
+include CHANGELOG
 include COPYING
-include docs/makefile
-include docs/*.py
-include docs/README
-include docs/*.rst
-include docs/static/*.svg
-include docs/tutorials/*.t
 include hgext3rd/__init__.py
 include hgext3rd/evolve/*.py
 include hgext3rd/evolve/thirdparty/*.py
@@ -25,12 +19,19 @@
 include hgext3rd/topic/README
 include MANIFEST.in
 include README
-include CHANGELOG
 include setup.py
 include tests/*.py
 include tests/*.sh
 include tests/testlib/*.sh
 include tests/*.t
+
+exclude docs/tutorial/.netlify
+include docs/makefile
+include docs/*.py
+include docs/README
+include docs/*.rst
+include docs/static/*.svg
+include docs/tutorials/*.t
 include docs/tutorial/standalone.html
 recursive-include docs/figures *.svg *.png
 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t