[PATCH] Include templates/static/* in MANIFEST.in so that distutils setup will include them

Lee Cantey lcantey at gmail.com
Thu Mar 23 23:41:55 UTC 2006


# HG changeset patch
# User Lee Cantey <lcantey at gmail.com>
# Node ID bd942de1614e6e67150ebf1e528a040d5defff55
# Parent  18a3e63696004ac7ba8f916349d11986a893a5f5
Include templates/static/* in MANIFEST.in so that distutils setup will include them.

diff -r 18a3e6369600 -r bd942de1614e MANIFEST.in
--- a/MANIFEST.in	Tue Mar 21 23:31:04 2006 -0800
+++ b/MANIFEST.in	Thu Mar 23 15:39:49 2006 -0800
@@ -7,6 +7,7 @@ include *.txt
 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



More information about the Mercurial mailing list