~kelemeng/checkbox/bug636733

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marc Tardif
  • Date: 2010-07-29 21:29:36 UTC
  • mfrom: (844.1.2 checkbox-pretty-report)
  • Revision ID: marc.tardif@canonical.com-20100729212936-gonob2o9rracylpj
Merged from checkbox-pretty-report branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        ("share/checkbox/install/", ["install/*"]),
143
143
        ("share/checkbox/patches/", ["patches/*"]),
144
144
        ("share/checkbox/plugins/", ["plugins/*.py"]),
145
 
        ("share/checkbox/report/", ["report/*"]),
 
145
        ("share/checkbox/report/", ["report/*.*"]),
 
146
        ("share/checkbox/report/images/", ["report/images/*"]),
146
147
        ("share/checkbox/scripts/", ["scripts/*"]),
147
148
        ("share/checkbox/gtk/", ["gtk/checkbox-gtk.glade", "gtk/*.png"]),
148
149
        ("share/apport/package-hooks/", ["apport/source_checkbox.py"]),