~bladernr/checkbox/1095713-set-pipefail-on-sleep-jobs

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marc Tardif
  • Date: 2007-11-01 17:09:53 UTC
  • mfrom: (44.1.50 bug-152956)
  • Revision ID: marc.tardif@canonical.com-20071101170953-xhwsegkpj90y3f37
Added report dumping and loading functionality to fix bug #152956.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        ('share/hwtest-gtk/plugins/', glob('gtk/plugins/*')),
31
31
        ('share/hwtest-cli/plugins/', glob('cli/plugins/*'))],
32
32
    scripts=['bin/hwtest'],
33
 
    packages=['hwtest', 'hwtest.contrib', 'hwtest.lib', 'hwtest_cli', 'hwtest_gtk']
 
33
    packages=['hwtest', 'hwtest.contrib', 'hwtest.lib', 'hwtest.reports',
 
34
        'hwtest_cli', 'hwtest_gtk']
34
35
)