Skip to content

Commit cb89540

Browse files
committed
Setup should copy static also to templates folder
1 parent 754f972 commit cb89540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def main():
8181
templates = [t['path']
8282
for t in listTemplates('share/roundup/templates').values()]
8383
for tdir in templates:
84-
for idir in '. detectors extensions html'.split():
84+
for idir in '. detectors extensions html static'.split():
8585
data_files.append(include(os.path.join(tdir, idir), '*'))
8686

8787
# add message files

0 commit comments

Comments
 (0)