~ubuntu-branches/ubuntu/vivid/pyjunitxml/vivid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2009-12-12 23:45:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091212234543-zkagrccjoajmsuzl
Tags: 0.5-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
from distutils.core import setup
4
4
 
5
5
setup(name="junitxml",
6
 
      version="0.3",
 
6
      version="0.5",
7
7
      description="PyJUnitXML, a pyunit extension to output JUnit compatible XML.",
8
8
      maintainer="Robert Collins",
9
9
      maintainer_email="robertc@robertcollins.net",