We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754f972 commit cb89540Copy full SHA for cb89540
setup.py
@@ -81,7 +81,7 @@ def main():
81
templates = [t['path']
82
for t in listTemplates('share/roundup/templates').values()]
83
for tdir in templates:
84
- for idir in '. detectors extensions html'.split():
+ for idir in '. detectors extensions html static'.split():
85
data_files.append(include(os.path.join(tdir, idir), '*'))
86
87
# add message files
0 commit comments