/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-06-07 09:08:46 UTC
  • Revision ID: jelmer@samba.org-20060607090846-c557e57198b320ff
Don't list Dan Loda as maintainer for bzr-gtk

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    name = "gtk",
8
8
    version = "0.8.2",
9
9
    description = "GTK+ Frontends for various Bazaar commands",
10
 
    author = "Dan Loda",
11
 
    author_email = "danloda@gmail.com",
12
10
    license = "GNU GPL v2",
13
11
    package_dir = {"bzrlib.plugins.gtk": ".","bzrlib.plugins.gtk.viz": "viz", "bzrlib.plugins.gtk.annotate": "annotate"},
14
12
    packages = ["bzrlib.plugins.gtk","bzrlib.plugins.gtk.viz","bzrlib.plugins.gtk.annotate"],