~jeffmarcom/checkbox/accelerometer_test_fix

« back to all changes in this revision

Viewing changes to plainbox/setup.py

  • Committer: Tarmac
  • Author(s): Zygmunt Krynicki
  • Date: 2013-02-18 09:17:22 UTC
  • mfrom: (1931.1.3 launchpad/box-tests)
  • Revision ID: tarmac-20130218091722-fdj5vb5tbdjul1na
"[r=roadmr][bug=][author=zkrynicki] automatic merge by tarmac"

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    author_email="zygmunt.krynicki@canonical.com",
32
32
    license="GPLv3+",
33
33
    description="Simple replacement for checkbox",
 
34
    tests_require=[
 
35
        'mock',
 
36
    ],
34
37
    entry_points={
35
38
        'console_scripts': [
36
39
            'plainbox=plainbox.public:main',