Mercurial > evolve
changeset 524:ba0a3d0f942f stable
pkg: add proper MANIFEST.in
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Mon, 27 Aug 2012 15:16:47 +0200 |
parents | c9983eb6969c |
children | a0327c78a5d3 |
files | .hgignore MANIFEST.in |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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$
--- /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