[py-svn] r11405 - py/dist/py

hpk at codespeak.net hpk at codespeak.net
Sun Apr 24 15:18:48 CEST 2005


Author: hpk
Date: Sun Apr 24 15:18:48 2005
New Revision: 11405

Modified:
   py/dist/py/__init__.py   (contents, props changed)
Log:
added reference information for svn-revisions


Modified: py/dist/py/__init__.py
==============================================================================
--- py/dist/py/__init__.py	(original)
+++ py/dist/py/__init__.py	Sun Apr 24 15:18:48 2005
@@ -7,6 +7,8 @@
 
 initpkg(__name__, 
     description = "py.test and the py lib",
+    revision = '$LastChangedRevision$',
+    lastchangedate = '$LastChangedDate$',
     version = "0.8.0-pre-alpha", 
     url = "http://codespeak.net/py",
     download_url = "http://codespeak.net/download/py/py-0.8.0-pre-alpha.tar.gz", 



More information about the pytest-commit mailing list