Mercurial > evolve
comparison MANIFEST.in @ 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 | 3528fb011417 |
comparison
equal
deleted
inserted
replaced
5129:b7048f3e1847 | 5130:40ae7c5b3b17 |
---|---|
8 exclude hgext3rd/evolve/legacy.py | 8 exclude hgext3rd/evolve/legacy.py |
9 exclude Makefile | 9 exclude Makefile |
10 exclude tests/test-drop.t | 10 exclude tests/test-drop.t |
11 exclude tests/test-inhibit.t | 11 exclude tests/test-inhibit.t |
12 exclude tests/test-oldconvert.t | 12 exclude tests/test-oldconvert.t |
13 exclude docs/tutorial/.netlify | 13 include CHANGELOG |
14 include COPYING | 14 include COPYING |
15 include docs/makefile | |
16 include docs/*.py | |
17 include docs/README | |
18 include docs/*.rst | |
19 include docs/static/*.svg | |
20 include docs/tutorials/*.t | |
21 include hgext3rd/__init__.py | 15 include hgext3rd/__init__.py |
22 include hgext3rd/evolve/*.py | 16 include hgext3rd/evolve/*.py |
23 include hgext3rd/evolve/thirdparty/*.py | 17 include hgext3rd/evolve/thirdparty/*.py |
24 include hgext3rd/topic/*.py | 18 include hgext3rd/topic/*.py |
25 include hgext3rd/topic/README | 19 include hgext3rd/topic/README |
26 include MANIFEST.in | 20 include MANIFEST.in |
27 include README | 21 include README |
28 include CHANGELOG | |
29 include setup.py | 22 include setup.py |
30 include tests/*.py | 23 include tests/*.py |
31 include tests/*.sh | 24 include tests/*.sh |
32 include tests/testlib/*.sh | 25 include tests/testlib/*.sh |
33 include tests/*.t | 26 include tests/*.t |
27 | |
28 exclude docs/tutorial/.netlify | |
29 include docs/makefile | |
30 include docs/*.py | |
31 include docs/README | |
32 include docs/*.rst | |
33 include docs/static/*.svg | |
34 include docs/tutorials/*.t | |
34 include docs/tutorial/standalone.html | 35 include docs/tutorial/standalone.html |
35 recursive-include docs/figures *.svg *.png | 36 recursive-include docs/figures *.svg *.png |
36 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t | 37 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t |