~cr3/checkbox/submit

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marc Tardif
  • Date: 2010-05-18 20:46:12 UTC
  • Revision ID: marc.tardif@canonical.com-20100518204612-ivwh95hl5di3jldi
Changed regular expression for data directory from *.txt to *.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
""",
134
134
    data_files = [
135
135
        ("share/checkbox/", ["backend", "run"]),
136
 
        ("share/checkbox/data/", ["data/*.txt"]),
 
136
        ("share/checkbox/data/", ["data/*"]),
137
137
        ("share/checkbox/examples/", ["examples/*"]),
138
138
        ("share/checkbox/install/", ["install/*"]),
139
139
        ("share/checkbox/patches/", ["patches/*"]),