/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: Aaron Bentley
  • Date: 2007-08-16 14:31:02 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070816143102-27yzfhdgdv3ggo6e
Fix hue selection to use author in gannotate

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
setup(
65
65
    name = "bzr-gtk",
66
 
    version = "0.16.0",
 
66
    version = "0.90.0",
67
67
    maintainer = "Jelmer Vernooij",
68
68
    maintainer_email = "jelmer@samba.org",
69
69
    description = "GTK+ Frontends for various Bazaar commands",
85
85
        "bzrlib.plugins.gtk.tests"
86
86
        ],
87
87
    data_files=[('share/olive', ['olive.glade',
88
 
                                 'oliveicon2.png',
89
88
                                 'cmenu.ui',
90
89
                                ]),
91
 
                ('share/olive', ['icons/commit.png',
 
90
                ('share/olive/icons', ['icons/commit.png',
92
91
                                 'icons/commit16.png',
93
92
                                 'icons/diff.png',
94
93
                                 'icons/diff16.png',
98
97
                                 'icons/pull16.png',
99
98
                                 'icons/push.png',
100
99
                                 'icons/push16.png',
101
 
                                 'icons/refresh.png']),
102
 
                ('share/applications', ['olive-gtk.desktop']),
 
100
                                 'icons/refresh.png',
 
101
                                 'icons/oliveicon2.png']),
 
102
                ('share/applications', ['olive-gtk.desktop',
 
103
                                        'bazaar-properties.desktop',
 
104
                                        'bzr-notify.desktop']),
103
105
                ('share/pixmaps', ['icons/olive-gtk.png'])
104
106
               ],
105
107
    cmdclass={'install_data': InstallData}