/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: 2008-02-23 04:55:56 UTC
  • mfrom: (423.1.16 trunk)
  • Revision ID: aaron@aaronbentley.com-20080223045556-xl3kf2v61crquq83
MergeĀ fromĀ mainline

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',