/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
  • Author(s): Chris Lamb
  • Date: 2008-05-01 13:03:54 UTC
  • mto: This revision was merged to the branch mainline in revision 478.
  • Revision ID: jelmer@samba.org-20080501130354-jmdltge9a07tydwl
Build and install the bzrlib.plugins.gtk.preferences package

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        "bzrlib.plugins.gtk.olive": "olive",
105
105
        "bzrlib.plugins.gtk.tests": "tests",
106
106
        "bzrlib.plugins.gtk.branchview": "branchview",
 
107
        "bzrlib.plugins.gtk.preferences": "preferences",
107
108
        },
108
109
    packages = [
109
110
        "bzrlib.plugins.gtk",
112
113
        "bzrlib.plugins.gtk.olive",
113
114
        "bzrlib.plugins.gtk.tests",
114
115
        "bzrlib.plugins.gtk.branchview",
 
116
        "bzrlib.plugins.gtk.preferences",
115
117
        ],
116
118
    data_files=[('share/olive', ['olive.glade',
117
119
                                 'cmenu.ui',