~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2007-08-14 16:04:32 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070814160432-19p95yu0ltkcsxbp
Don't check version when running non-bzrtools commands

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.90.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",