# HG changeset patch # User Pierre-Yves David # Date 1478109229 -3600 # Node ID 23ea1f4d4040ceedd99bc559b2d50d11ad4c3adf # Parent 28745dc48ba019fef6bfb13ce842bae994786d96 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. diff -r 28745dc48ba0 -r 23ea1f4d4040 MANIFEST.in --- a/MANIFEST.in Wed Nov 02 18:53:28 2016 +0100 +++ b/MANIFEST.in Wed Nov 02 18:53:49 2016 +0100 @@ -1,3 +1,4 @@ +exclude Makefile exclude tests/test-drop.t exclude tests/test-oldconvert.t include COPYING @@ -17,4 +18,5 @@ include tests/*.py include tests/*.sh include tests/*.t +prune debian recursive-include docs/figures *.svg