~heber013/qakit/adding-juju-bootstrapping

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Sergio Cazzolato
  • Date: 2016-03-15 04:03:13 UTC
  • Revision ID: sergio.cazzolato@canonical.com-20160315040313-6g2vcyhc3va2v9ds
First update sending all the generic code to the engine dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
            ('subunit-practitest-export = '
40
40
             'qakit.practitest.report_subunit_results_to_practitest:main'),
41
41
            ('parse-app-startup = '
42
 
             'qakit.appstartup.parse_startup_times:main'),
 
42
             'qakit.perf.parse_startup_times:main'),
43
43
        ]
44
44
    }
45
45
)