From 620b07000294d580402bea13e4a34fa64d5084a0 Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 12 Feb 2007 17:42:53 +0100 Subject: [PATCH] [svn r38595] streamlining info a bit --HG-- branch : trunk --- py/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py/__init__.py b/py/__init__.py index 313efee60..079608819 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -1,4 +1,4 @@ -"""\ +""" the py lib is a development support library featuring py.test, an interactive testing tool which supports unit-testing with practically no boilerplate. @@ -8,9 +8,9 @@ from initpkg import initpkg version = "0.9.0-beta" initpkg(__name__, - description = "py.test and the py lib", - revision = int('$LastChangedRevision: 38452 $'.split(':')[1][:-1]), - lastchangedate = '$LastChangedDate: 2007-02-11 12:53:42 +0100 (Sun, 11 Feb 2007) $', + description = "py lib: agile development and test support library", + revision = int('$LastChangedRevision: 38595 $'.split(':')[1][:-1]), + lastchangedate = '$LastChangedDate: 2007-02-12 17:42:53 +0100 (Mon, 12 Feb 2007) $', version = version, url = "http://codespeak.net/py", download_url = "http://codespeak.net/download/py/%s.tar.gz" %(version,),