~bzr/ubuntu/maverick/python-testtools/bzr-ppa

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jonathan Lange
  • Date: 2008-06-01 05:47:15 UTC
  • Revision ID: jml@canonical.com-20080601054715-fnv8ye2l2dvqj00o
setup.py file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""Distutils installer for pyunit3k."""
 
2
 
 
3
from distutils.core import setup
 
4
 
 
5
setup(name='pyunit3k',
 
6
      author='Jonathan M. Lange',
 
7
      author_email='jml+pyunit3k@mumak.net',
 
8
      url='https://launchpad.net/pyunit3k',
 
9
      description=('Extensions to the Python standard library unit testing '
 
10
                   'framework'),
 
11
      version='0.0.1',
 
12
      packages=['pyunit3k'])