~opencompute-developers/opencompute/checkbox

« back to all changes in this revision

Viewing changes to setup.py

Updated OCP Checkbox to the final release version of Checkbox which is now in Legacy mode.

Also fixed some unittest failures found during the update.

Incremented release version to match the last release version of Checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
    },
269
269
    scripts=[
270
270
        "bin/checkbox-ocp-cli", "bin/checkbox-ocp-gtk",
271
 
        "bin/checkbox-ocp-urwid", "bin/checkbox-ocp-qt", "bin/checkbox-hw-collection"],
 
271
        "bin/checkbox-ocp-qt", "bin/checkbox-hw-collection"],
272
272
    packages=find_packages(),
273
273
    package_data={
274
274
        "": ["cputable"]},