[py-svn] r36255 - py/dist/py

hpk at codespeak.net hpk at codespeak.net
Mon Jan 8 12:58:47 CET 2007


Author: hpk
Date: Mon Jan  8 12:58:45 2007
New Revision: 36255

Modified:
   py/dist/py/__init__.py
Log:
shift to 0.8.80-alpha2 for now


Modified: py/dist/py/__init__.py
==============================================================================
--- py/dist/py/__init__.py	(original)
+++ py/dist/py/__init__.py	Mon Jan  8 12:58:45 2007
@@ -5,17 +5,19 @@
 """
 from initpkg import initpkg
 
+version = "0.8.80-alpha2"
+
 initpkg(__name__,
     description = "py.test and the py lib",
     revision = int('$LastChangedRevision$'.split(':')[1][:-1]),
     lastchangedate = '$LastChangedDate$',
-    version = "0.8.0-alpha2",
+    version = version, 
     url = "http://codespeak.net/py",
-    download_url = "http://codespeak.net/download/py/py-0.8.0-alpha2.tar.gz",
+    download_url = "http://codespeak.net/download/py/%s.tar.gz" %(version,), 
     license = "MIT license",
     platforms = ['unix', 'linux', 'cygwin'],
     author = "holger krekel & others",
-    author_email = "hpk at merlinux.de",
+    author_email = "py-dev at codespeak.net",
     long_description = globals()['__doc__'],
 
     exportdefs = {


More information about the py-svn mailing list