~adeuring/launchpad/lazr.jobrunner-oops

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2012-02-23 17:29:33 UTC
  • Revision ID: aaron@canonical.com-20120223172933-6a32t3yzlk9l31x0
Get setup.py and make check running test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    entry_points={
37
37
        'console_scripts':
38
38
            ['lazr.jobrunner=lazr.jobrunner:main']
39
 
    }
 
39
    },
 
40
    test_suite="lazr.jobrunner",
40
41
)