/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-03-02 16:02:56 UTC
  • mto: (157.1.9 trunk) (170.1.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 160.
  • Revision ID: szilveszter.farkas@gmail.com-20070302160256-3ogad8cnunmq2h2f
InstallĀ testĀ suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        "bzrlib.plugins.gtk": ".",
74
74
        "bzrlib.plugins.gtk.viz": "viz", 
75
75
        "bzrlib.plugins.gtk.annotate": "annotate",
76
 
        "bzrlib.plugins.gtk.olive": "olive"
 
76
        "bzrlib.plugins.gtk.olive": "olive",
 
77
        "bzrlib.plugins.gtk.tests": "tests"
77
78
        },
78
79
    packages = [
79
80
                "olive",
80
81
        "bzrlib.plugins.gtk",
81
82
        "bzrlib.plugins.gtk.viz",
82
83
        "bzrlib.plugins.gtk.annotate",
83
 
        "bzrlib.plugins.gtk.olive"
 
84
        "bzrlib.plugins.gtk.olive",
 
85
        "bzrlib.plugins.gtk.tests"
84
86
        ],
85
87
      data_files=[('share/olive', ['olive.glade',
86
88
                                   'oliveicon2.png',