~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2008-02-13 04:58:32 UTC
  • Revision ID: aaron@aaronbentley.com-20080213045832-ohymgqf0quamuhye
Update email address

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.bentley@utoronto.ca",
 
8
      author_email="aaron@aaronbentley.com",
9
9
      license = "GNU GPL v2",
10
10
      url="http://bazaar-vcs.org/BzrTools",
11
11
      packages=['bzrlib.plugins.bzrtools', 'bzrlib.plugins.bzrtools.tests'],