##// END OF EJS Templates
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
Lee Cantey -
r1992:ea8345a7 default
parent child Browse files
Show More
@@ -7,6 +7,7 b' prune tests/*.err'
7 include *.txt
7 include *.txt
8 include templates/map templates/map-*[a-z0-9]
8 include templates/map templates/map-*[a-z0-9]
9 include templates/*.tmpl
9 include templates/*.tmpl
10 include templates/static/*
10 include doc/README doc/Makefile doc/*.txt doc/*.html doc/*.[0-9]
11 include doc/README doc/Makefile doc/*.txt doc/*.html doc/*.[0-9]
11 recursive-include contrib *
12 recursive-include contrib *
12 include README
13 include README
General Comments 0
You need to be logged in to leave comments. Login now