comparison MANIFEST.in @ 3383:733e01473ec2

packaging: update MANIFEST.in to include new tutorial files I forget to update the MANIFEST.in file when important the new tutorial files. This commit fix that.
author Boris Feld <boris.feld@octobus.net>
date Wed, 10 Jan 2018 10:54:02 +0000
parents 13751fef5e66
children b3dbba6e34c9
comparison
equal deleted inserted replaced
3379:ef475fce0dd2 3383:733e01473ec2
5 exclude hgext3rd/evolve/legacy.py 5 exclude hgext3rd/evolve/legacy.py
6 exclude Makefile 6 exclude Makefile
7 exclude tests/test-drop.t 7 exclude tests/test-drop.t
8 exclude tests/test-inhibit.t 8 exclude tests/test-inhibit.t
9 exclude tests/test-oldconvert.t 9 exclude tests/test-oldconvert.t
10 exclude docs/tutorial/.netlify
10 include COPYING 11 include COPYING
11 include docs/figures/hgview-example.png 12 include docs/figures/hgview-example.png
12 include docs/makefile 13 include docs/makefile
13 include docs/*.py 14 include docs/*.py
14 include docs/README 15 include docs/README
25 include setup.py 26 include setup.py
26 include tests/*.py 27 include tests/*.py
27 include tests/*.sh 28 include tests/*.sh
28 include tests/testlib/*.sh 29 include tests/testlib/*.sh
29 include tests/*.t 30 include tests/*.t
31 recursive-include docs/tutorial *.rst
32 recursive-include docs/tutorial *.css
33 include docs/tutorial/standalone.html
34 recursive-include docs/tutorial *.js
35 recursive-include docs/tutorial *.md
36 recursive-include docs/tutorial *.py
37 recursive-include docs/tutorial *.sh
38 recursive-include docs/tutorial *.t
30 prune debian 39 prune debian
31 recursive-include docs/figures *.svg 40 recursive-include docs/figures *.svg