~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2005-10-30 03:51:19 UTC
  • mfrom: (257.1.3)
  • Revision ID: aaron.bentley@utoronto.ca-20051030035119-7cda4f9164ea6449
Merged latest changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from distutils.core import setup
2
2
setup(name="BzrTools",
3
 
      version="0.1.1",
 
3
      version="0.6",
4
4
      description="Handy utilities for working with BZR(Bazaar-NG).",
5
5
      author="Aaron Bentley",
6
6
      author_email="aaron.bentley@utoronto.ca",
 
7
      license = "GNU GPL v2"
7
8
      url="http://bazaar.canonical.com/BzrTools",
8
9
      packages=['bzrlib.plugins.bzrtools'],
9
10
      package_dir={'bzrlib.plugins.bzrtools': '.'})