~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2007-12-22 02:01:03 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20071222020103-ggjszok7n974e1l2
Update branches, multi-pull to new APIs, create trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
      version=version.__version__,
6
6
      description="Handy utilities for working with Bazaar (bzr).",
7
7
      author="Aaron Bentley",
8
 
      author_email="aaron@aaronbentley.com",
 
8
      author_email="aaron.bentley@utoronto.ca",
9
9
      license = "GNU GPL v2",
10
10
      url="http://bazaar-vcs.org/BzrTools",
11
11
      packages=['bzrlib.plugins.bzrtools', 'bzrlib.plugins.bzrtools.tests'],