/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: 2007-02-01 15:50:40 UTC
  • Revision ID: jelmer@samba.org-20070201155040-3hq4mfbxs99kzazy
add framework for tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
 
50
50
setup(
51
 
    name = "gtk",
52
 
    version = "0.11.0",
 
51
    name = "bzr-gtk",
 
52
    version = "0.14.0",
53
53
    maintainer = "Jelmer Vernooij",
54
54
    maintainer_email = "jelmer@samba.org",
55
55
    description = "GTK+ Frontends for various Bazaar commands",
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',
71
73
                                   'cmenu.ui',
 
74
                                  ]),
 
75
                  ('share/olive/icons', [\
72
76
                                   'icons/commit.png',
73
77
                                   'icons/commit16.png',
74
78
                                   'icons/diff.png',