~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Javier Collado
  • Date: 2010-05-20 09:00:22 UTC
  • mto: This revision was merged to the branch mainline in revision 812.
  • Revision ID: javier.collado@canonical.com-20100520090022-x2nfggc13rw70o3u
urwid interface skeleton files added

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        ("share/checkbox/gtk/", ["gtk/checkbox-gtk.glade", "gtk/*.png"]),
144
144
        ("share/apport/package-hooks/", ["apport/source_checkbox.py"]),
145
145
        ("share/apport/general-hooks/", ["apport/checkbox.py"])],
146
 
    scripts = ["bin/checkbox-cli", "bin/checkbox-gtk"],
 
146
    scripts = ["bin/checkbox-cli", "bin/checkbox-gtk", "bin/checkbox-urwid"],
147
147
    packages = ["checkbox", "checkbox.contrib", "checkbox.lib", "checkbox.reports",
148
 
        "checkbox_cli", "checkbox_gtk"],
 
148
        "checkbox_cli", "checkbox_gtk", "checkbox_urwid"],
149
149
    cmdclass = {
150
150
        "install": checkbox_install,
151
151
        "install_data": checkbox_install_data,