~sileht/testscenarios/testscenarios

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2012-04-04 10:46:52 UTC
  • Revision ID: robertc@robertcollins.net-20120404104652-fc24gv81xf46f8k7
Release 0.3 (and fixup NEWS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
description = file(os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()
7
7
 
8
8
setup(name="testscenarios",
9
 
      version="0.2",
 
9
      version="0.3",
10
10
      description="Testscenarios, a pyunit extension for dependency injection",
11
11
      long_description=description,
12
12
      maintainer="Robert Collins",