/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: 2008-07-01 21:54:21 UTC
  • mfrom: (523.3.2 trunk)
  • Revision ID: jelmer@samba.org-20080701215421-50g2c59zx9vcn7j5
Share code between context and main revision menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    maintainer_email = "jelmer@samba.org",
97
97
    description = "GTK+ Frontends for various Bazaar commands",
98
98
    license = "GNU GPL v2 or later",
99
 
    scripts=['olive-gtk', 'bzr-handle-patch'],
 
99
    scripts=['olive-gtk', 'bzr-handle-patch', 'bzr-notify'],
100
100
    package_dir = {
101
101
        "bzrlib.plugins.gtk": ".",
102
102
        "bzrlib.plugins.gtk.viz": "viz",