Mercurial > hg
changeset 673:8e518e11f6cf
Change MANIFEST.in to recursive-include the contrib/ folder.
# HG changeset patch
# User Andrew Thompson <andrewkt@aktzero.com>
# Node ID e5dc09266c217bc50b91d710a045c679411e4727
# Parent c55df1c38618035c8e94e7af025e2b7f38f6d743
Change MANIFEST.in to recursive-include the contrib/ folder.
Now sdist picks up git-viz again.
author | Andrew Thompson <andrewkt@aktzero.com> |
---|---|
date | Sun, 10 Jul 2005 16:14:41 -0800 |
parents | dbe0ce2ae196 |
children | 6513ba7d858a |
files | MANIFEST.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Sun Jul 10 16:14:28 2005 -0800 +++ b/MANIFEST.in Sun Jul 10 16:14:41 2005 -0800 @@ -7,7 +7,7 @@ include templates/map templates/map-*[a-z] include templates/*.tmpl include doc/README doc/*.txt -include contrib/* +recursive-include contrib * include README include CONTRIBUTORS include COPYING