/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-02-28 13:52:00 UTC
  • mfrom: (776.2.12 ui-factory)
  • Revision ID: sinzui.is@verizon.net-20120228135200-xzqb6qhtzck01doo
Merged GtkUIFactory additions and tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        ]
42
42
 
43
43
    def initialize_options(self):
44
 
        self.module = None
 
44
        self.module = 'discover'
45
45
 
46
46
    def finalize_options(self):
47
47
        pass
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',