# HG changeset patch # User Lee Cantey # Date 1143185244 -3600 # Node ID ea8345a7a29d40159ed94967852a9e87da328c1d # Parent a8a618c57690268ac279c2dcfc64f882363ee5e3 Include templates/static/* in MANIFEST.in so that distutils setup will include them. diff -r a8a618c57690 -r ea8345a7a29d MANIFEST.in --- 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