MANIFEST.in
author Anton Shestakov <av6@dwimlabs.net>
Thu, 13 Feb 2020 19:08:31 +0800
changeset 5129 b7048f3e1847
parent 5128 7c2ca5e3a7ba
child 5130 40ae7c5b3b17
permissions -rw-r--r--
packaging: simplify inclusion of docs in MANIFEST.in

prune contrib
prune debian
prune .gitlab
prune hgext3rd/evolve/hack

exclude .hg-format-source
exclude .gitlab-ci.yml
exclude hgext3rd/evolve/legacy.py
exclude Makefile
exclude tests/test-drop.t
exclude tests/test-inhibit.t
exclude tests/test-oldconvert.t
exclude docs/tutorial/.netlify
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
include hgext3rd/topic/*.py
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
include docs/tutorial/standalone.html
recursive-include docs/figures *.svg *.png
recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t