~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2007-12-27 16:30:52 UTC
  • Revision ID: abentley@panoramicfeedback.com-20071227163052-l4wmn2vsl91nbfjh
Remove test due to intentional behavior change

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python2.4
 
1
#!/usr/bin/env python
2
2
from distutils.core import setup
 
3
import version
3
4
setup(name="BzrTools",
4
 
      version="0.14.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",