/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: 2006-12-13 13:20:25 UTC
  • mto: (66.2.16 bzr-gtk-meld)
  • mto: This revision was merged to the branch mainline in revision 118.
  • Revision ID: jelmer@samba.org-20061213132025-ycrbmh4o20aa3xb0
Install olive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    package_dir = {
59
59
        "bzrlib.plugins.gtk": ".",
60
60
        "bzrlib.plugins.gtk.viz": "viz", 
61
 
        "bzrlib.plugins.gtk.annotate": "annotate"
 
61
        "bzrlib.plugins.gtk.annotate": "annotate",
 
62
        "bzrlib.plugins.gtk.olive": "olive"
62
63
        },
63
64
    packages = [
64
65
                "olive",
65
66
        "bzrlib.plugins.gtk",
66
67
        "bzrlib.plugins.gtk.viz",
67
 
        "bzrlib.plugins.gtk.annotate"
 
68
        "bzrlib.plugins.gtk.annotate",
 
69
        "bzrlib.plugins.gtk.olive"
68
70
        ],
69
71
      data_files=[('share/olive', ['olive.glade',
70
72
                                   'oliveicon2.png',