Mercurial > p > roundup > code
diff setup.py @ 4693:002119646555
Setup should copy static also to templates folder
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Fri, 14 Dec 2012 00:52:09 +0530 |
| parents | 9ead86b4fe71 |
| children | 9dc50be521ee |
line wrap: on
line diff
--- a/setup.py Fri Dec 14 00:38:50 2012 +0530 +++ b/setup.py Fri Dec 14 00:52:09 2012 +0530 @@ -81,7 +81,7 @@ templates = [t['path'] for t in listTemplates('share/roundup/templates').values()] for tdir in templates: - for idir in '. detectors extensions html'.split(): + for idir in '. detectors extensions html static'.split(): data_files.append(include(os.path.join(tdir, idir), '*')) # add message files
