# HG changeset patch # User Anton Shestakov # Date 1581592416 -28800 # Node ID 40ae7c5b3b1794c278401432de1d6bf939cdadf8 # Parent b7048f3e1847be20f703c34b0e78330291d5749c packaging: handle docs in a separate block in MANIFEST.in diff -r b7048f3e1847 -r 40ae7c5b3b17 MANIFEST.in --- 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