~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to checkbox-ng/setup.py

  • Committer: Sylvain Pineau
  • Date: 2014-07-29 16:05:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3149.
  • Revision ID: sylvain.pineau@canonical.com-20140729160554-qev8887xbunn9tmi
checkbox-ng:launchers:checkbox-cli: The checkbox-cli launcher

Running the default whitelist (with the suite selection screen skipped)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
else:
49
49
    install_requires = [
50
50
        'checkbox-support >= 0.2',
51
 
        'guacamole >= 0.9',
52
51
        'plainbox >= 0.5.3',
53
52
        'requests >= 1.0',
54
53
    ]
55
54
 
56
55
setup(
57
56
    name="checkbox-ng",
58
 
    version="0.26.dev0",
 
57
    version="0.6.dev",
59
58
    url="https://launchpad.net/checkbox-ng/",
60
59
    packages=find_packages(),
61
60
    author="Zygmunt Krynicki",
65
64
    description="Checkbox - Command Line Test Runner",
66
65
    long_description=long_description,
67
66
    install_requires=install_requires,
68
 
    scripts = ['launchers/checkbox-cli', 'launchers/checkbox-cli2'],
69
67
    entry_points={
70
68
        'console_scripts': [
71
69
            'checkbox=checkbox_ng.main:main',
72
70
            'checkbox-submit=checkbox_ng.main:submit',
73
71
            'checkbox-launcher=checkbox_ng.main:launcher',
 
72
            'checkbox-gui-service=checkbox_ng.main:service',
74
73
        ],
75
74
        'plainbox.transport': [
76
75
            'certification='