Manifest.in: exclude unshipped extensions
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 02 Nov 2016 18:56:44 +0100
changeset 1776 cb2bac3253fb
parent 1775 a37ef09e27b1
child 1778 924b76a51d18
Manifest.in: exclude unshipped extensions Many extensions life in the repository without being shipped we exclude them from the dist tarball.
MANIFEST.in
--- a/MANIFEST.in	Wed Nov 02 18:54:05 2016 +0100
+++ b/MANIFEST.in	Wed Nov 02 18:56:44 2016 +0100
@@ -1,5 +1,11 @@
+exclude contrib/nopushpublish.py
+exclude hgext/directaccess.py
+exclude hgext/drophack.py
+exclude hgext/inhibit.py
+exclude hgext/obsolete.py
 exclude Makefile
 exclude tests/test-drop.t
+exclude tests/test-inhibit.t
 exclude tests/test-oldconvert.t
 include COPYING
 include docs/figures/hgview-example.png