Mercurial > p > roundup > code
changeset 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 | 237d29b3ff04 |
| children | 118457ca2e07 |
| files | setup.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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
