~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2007-06-18 15:03:02 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070618150302-u35gtfierenla4kx
remove references to python2.4

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
3
setup(name="BzrTools",
4
4
      version="0.18.0",