/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Curtis Hovey
  • Date: 2012-03-11 18:24:06 UTC
  • mto: This revision was merged to the branch mainline in revision 785.
  • Revision ID: sinzui.is@verizon.net-20120311182406-f4jqpff65b30g3al
Create the mnemonic for the button label.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
        maintainer_email="jelmer@samba.org",
149
149
        description="GTK+ Frontends for various Bazaar commands",
150
150
        license="GNU GPL v2 or later",
151
 
        scripts=['bzr-handle-patch'],
 
151
        scripts=['bzr-handle-patch', 'bzr-notify'],
152
152
        url="http://bazaar-vcs.org/BzrGtk",
153
153
        package_dir={
154
154
            "bzrlib.plugins.gtk": ".",
188
188
                    # In case Python distutils extra is not available,
189
189
                    # install the .desktop files
190
190
                    ('share/applications', ['bazaar-properties.desktop',
191
 
                                            'bzr-handle-patch.desktop']),
 
191
                                            'bzr-handle-patch.desktop',
 
192
                                            'bzr-notify.desktop']),
192
193
                    ('share/application-registry', ['bzr-gtk.applications']),
193
194
                    ('share/pixmaps', ['icons/bzr-icon-64.png']),
194
195
                    ('share/icons/hicolor/scalable/apps',