~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2008-02-13 04:15:48 UTC
  • Revision ID: aaron@aaronbentley.com-20080213041548-r35d4icm9kblej3u
Unify patch invocation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
from distutils.core import setup
 
3
import version
3
4
setup(name="BzrTools",
4
 
      version="0.18.0",
 
5
      version=version.__version__,
5
6
      description="Handy utilities for working with Bazaar (bzr).",
6
7
      author="Aaron Bentley",
7
8
      author_email="aaron.bentley@utoronto.ca",