/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: 2007-07-15 15:22:29 UTC
  • Revision ID: jelmer@samba.org-20070715152229-clmlen0vpd8d2pzx
Add docstrings, remove unused code.

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.91.0",
 
66
    version = "0.18.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',
88
89
                                 'cmenu.ui',
89
90
                                ]),
90
 
                ('share/olive/icons', ['icons/commit.png',
 
91
                ('share/olive', ['icons/commit.png',
91
92
                                 'icons/commit16.png',
92
93
                                 'icons/diff.png',
93
94
                                 'icons/diff16.png',
97
98
                                 'icons/pull16.png',
98
99
                                 'icons/push.png',
99
100
                                 'icons/push16.png',
100
 
                                 'icons/refresh.png',
101
 
                                 'icons/oliveicon2.png']),
 
101
                                 'icons/refresh.png']),
102
102
                ('share/applications', ['olive-gtk.desktop',
103
103
                                        'bazaar-properties.desktop',
104
104
                                        'bzr-notify.desktop']),