2
# -*- coding: UTF-8 -*-
3
"""GTK+ Branch Visualisation plugin for bzr."""
5
__copyright__ = "Copyright © 2005 Canonical Ltd."
6
__author__ = "Scott James Remnant <scott@ubuntu.com>"
9
from distutils.core import setup
14
description="GTK+ Branch Visualisation plugin for bzr",
15
author="Scott James Remnant",
16
author_email="scott@ubuntu.com",
19
package_dir = { "bzrlib.plugins.bzrk": "." },
20
packages = [ "bzrlib.plugins.bzrk" ],