/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: Jelmer Vernooij
  • Date: 2012-07-09 15:23:26 UTC
  • mto: This revision was merged to the branch mainline in revision 794.
  • Revision ID: jelmer@samba.org-20120709152326-dzxb8zoz0btull7n
Remove bzr-notify.

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', 'bzr-notify'],
 
151
        scripts=['bzr-handle-patch'],
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',
192
 
                                            'bzr-notify.desktop']),
 
191
                                            'bzr-handle-patch.desktop']),
193
192
                    ('share/application-registry', ['bzr-gtk.applications']),
194
193
                    ('share/pixmaps', ['icons/bzr-icon-64.png']),
195
194
                    ('share/icons/hicolor/scalable/apps',