~ubuntu-branches/ubuntu/saucy/pyjunitxml/saucy-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2009-09-24 10:26:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090924102623-ftw9mdr0lm2ui4cn
Tags: 0.3-1
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.2",
 
6
      version="0.3",
7
7
      description="PyJUnitXML, a pyunit extension to output JUnit compatible XML.",
8
8
      maintainer="Robert Collins",
9
9
      maintainer_email="robertc@robertcollins.net",