~julian+/testscenarios/testscenarios

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2010-02-01 04:49:05 UTC
  • mfrom: (12.2.1 testscenarios.devel)
  • Revision ID: robertc@robertcollins.net-20100201044905-e7q9bubgoj2duu63
Merge patch from Ben Finney making tests with a shortDescription have that altered as well as the id.

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="testscenarios",
6
 
      version="0.1",
 
6
      version="0.2",
7
7
      description="Testscenarios, a pyunit extension for dependency injection",
8
8
      maintainer="Robert Collins",
9
9
      maintainer_email="robertc@robertcollins.net",