# HG changeset patch # User Pierre-Yves David # Date 1346073407 -7200 # Node ID ba0a3d0f942fe992e34d04e74f0290883ac665b9 # Parent c9983eb6969c05066e2238d2a64b3cba0b137573 pkg: add proper MANIFEST.in diff -r c9983eb6969c -r ba0a3d0f942f .hgignore --- a/.hgignore Mon Aug 27 14:57:20 2012 +0200 +++ b/.hgignore Mon Aug 27 15:16:47 2012 +0200 @@ -11,3 +11,4 @@ \.err$ ^tests/easy_run.sh$ ^build/ +^MANIFEST$ diff -r c9983eb6969c -r ba0a3d0f942f MANIFEST.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MANIFEST.in Mon Aug 27 15:16:47 2012 +0200 @@ -0,0 +1,13 @@ +recursive-include docs/figures *.svg +include docs/figures/hgview-example.png +include docs/*.rst +include docs/*.py +include docs/tutorials/*.t +include docs/makefile +include hgext/__init__.py +include hgext/evolve.py +include setup.py +include README +include COPYING +include tests/*.t +include tests/*.py