/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-09-30 10:21:43 UTC
  • Revision ID: jelmer@samba.org-20060930102143-c0ef64d6ca860c21
Merge some files from Olive and bzr-gtk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
 
50
50
setup(
51
 
    name = "bzr-gtk",
52
 
    version = "0.14.0",
 
51
    name = "gtk",
 
52
    version = "0.11.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",
62
 
        "bzrlib.plugins.gtk.olive": "olive"
 
61
        "bzrlib.plugins.gtk.annotate": "annotate"
63
62
        },
64
63
    packages = [
65
64
                "olive",
66
65
        "bzrlib.plugins.gtk",
67
66
        "bzrlib.plugins.gtk.viz",
68
 
        "bzrlib.plugins.gtk.annotate",
69
 
        "bzrlib.plugins.gtk.olive"
 
67
        "bzrlib.plugins.gtk.annotate"
70
68
        ],
71
69
      data_files=[('share/olive', ['olive.glade',
72
70
                                   'oliveicon2.png',
73
71
                                   'cmenu.ui',
74
 
                                  ]),
75
 
                  ('share/olive/icons', [\
76
72
                                   'icons/commit.png',
77
73
                                   'icons/commit16.png',
78
74
                                   'icons/diff.png',