Include templates/static/* in MANIFEST.in so that distutils setup will include them.
authorLee Cantey <lcantey@gmail.com>
Fri, 24 Mar 2006 08:27:24 +0100
changeset 1992 ea8345a7a29d
parent 1991 a8a618c57690
child 1993 fb6ca9801d04
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,7 @@ prune tests/*.err
 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