[svn r43299] Be more keyword-friendly for cheesshop

--HG--
branch : trunk
This commit is contained in:
fijal 2007-05-12 16:53:25 +02:00
parent e49f017024
commit 357df802d7
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,9 @@ from initpkg import initpkg
version = "0.9.1-alpha"
initpkg(__name__,
description = "py lib: agile development and test support library",
revision = int('$LastChangedRevision: 40834 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2007-03-20 13:20:33 +0100 (Tue, 20 Mar 2007) $',
description = "pylib and py.test: agile development and test support library",
revision = int('$LastChangedRevision: 43299 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2007-05-12 16:53:25 +0200 (Sat, 12 May 2007) $',
version = version,
url = "http://codespeak.net/py",
download_url = "XXX", # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,),
@ -31,6 +31,7 @@ initpkg(__name__,
'test.skip' : ('./test/item.py', 'skip'),
'test.fail' : ('./test/item.py', 'fail'),
'test.exit' : ('./test/session.py', 'exit'),
'test.pdb' : ('./test/pdbplus.py', 'start_pdb'),
# configuration/initialization related test api
'test.config' : ('./test/config.py', 'config_per_process'),