Mercurial > evolve
changeset 5130:40ae7c5b3b17
packaging: handle docs in a separate block in MANIFEST.in
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 13 Feb 2020 19:13:36 +0800 |
parents | b7048f3e1847 |
children | 53dd70f557aa |
files | MANIFEST.in |
diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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