MANIFEST.in
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 02 Nov 2016 18:53:49 +0100
changeset 1774 23ea1f4d4040
parent 1773 28745dc48ba0
child 1775 a37ef09e27b1
permissions -rw-r--r--
Manifest.in: exclude debian related file The debian rules life in the repository for convenience, however they should not be included in the dist tarball.

exclude Makefile
exclude tests/test-drop.t
exclude tests/test-oldconvert.t
include COPYING
include docs/figures/hgview-example.png
include docs/makefile
include docs/*.py
include docs/README
include docs/*.rst
include docs/static/*.svg
include docs/tutorials/*.t
include hgext/evolve.py
include hgext/__init__.py
include hgext/pushexperiment.py
include hgext/simple4server.py
include README
include setup.py
include tests/*.py
include tests/*.sh
include tests/*.t
prune debian
recursive-include docs/figures *.svg