# 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 --git a/MANIFEST.in b/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