[svn r57529] preparing experiments with "dev" tags and pypi.

--HG--
branch : trunk
This commit is contained in:
hpk 2008-08-21 09:48:44 +02:00
parent a8571daac8
commit d5e61e470d
2 changed files with 6 additions and 3 deletions

View File

@ -7,12 +7,12 @@ and svn abstractions.
""" """
from initpkg import initpkg from initpkg import initpkg
version = "1.0-pre-alpha" version = "1.0.0a1"
initpkg(__name__, initpkg(__name__,
description = "pylib and py.test: agile development and test support library", description = "pylib and py.test: agile development and test support library",
revision = int('$LastChangedRevision: 57429 $'.split(':')[1][:-1]), revision = int('$LastChangedRevision: 57529 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2008-08-18 17:08:39 +0200 (Mon, 18 Aug 2008) $', lastchangedate = '$LastChangedDate: 2008-08-21 09:48:44 +0200 (Thu, 21 Aug 2008) $',
version = version, version = version,
url = "http://pylib.org", url = "http://pylib.org",
download_url = "http://pypi.python.org/pypi?:action=display&name=py", download_url = "http://pypi.python.org/pypi?:action=display&name=py",

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[egg_info]
tag_build = .dev
tag_svn_revision = 1