Mercurial > hg
changeset 1992:ea8345a7a29d
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
author | Lee Cantey <lcantey@gmail.com> |
---|---|
date | Fri, 24 Mar 2006 08:27:24 +0100 |
parents | a8a618c57690 |
children | fb6ca9801d04 |
files | MANIFEST.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Thu Mar 23 23:55:51 2006 +0100 +++ b/MANIFEST.in Fri Mar 24 08:27:24 2006 +0100 @@ -7,6 +7,7 @@ include *.txt include templates/map templates/map-*[a-z0-9] include templates/*.tmpl +include templates/static/* include doc/README doc/Makefile doc/*.txt doc/*.html doc/*.[0-9] recursive-include contrib * include README