/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: Gary van der Merwe
  • Date: 2008-02-13 08:53:14 UTC
  • mto: (423.1.14 trunk)
  • mto: This revision was merged to the branch mainline in revision 429.
  • Revision ID: garyvdm@garyvdm-desktop-20080213085314-1hqguvfy113qb70b
Add branchview dir to setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        "bzrlib.plugins.gtk.viz": "viz", 
99
99
        "bzrlib.plugins.gtk.annotate": "annotate",
100
100
        "bzrlib.plugins.gtk.olive": "olive",
101
 
        "bzrlib.plugins.gtk.tests": "tests"
 
101
        "bzrlib.plugins.gtk.tests": "tests",
 
102
        "bzrlib.plugins.gtk.branchview": "branchview",
102
103
        },
103
104
    packages = [
104
105
        "olive",
106
107
        "bzrlib.plugins.gtk.viz",
107
108
        "bzrlib.plugins.gtk.annotate",
108
109
        "bzrlib.plugins.gtk.olive",
109
 
        "bzrlib.plugins.gtk.tests"
 
110
        "bzrlib.plugins.gtk.tests",
 
111
        "bzrlib.plugins.gtk.branchview",
110
112
        ],
111
113
    data_files=[('share/olive', ['olive.glade',
112
114
                                 'cmenu.ui',