[py-svn] commit/pytest: hpk42: fix docstring for setup.py

Bitbucket commits-noreply at bitbucket.org
Fri Nov 25 22:34:19 CET 2011


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/c350e81eba00/
changeset:   c350e81eba00
user:        hpk42
date:        2011-11-25 22:34:05
summary:     fix docstring for setup.py
affected #:  1 file

diff -r fa35a4fd9a6cd55b3bf832a62b65e6e007c088ae -r c350e81eba007b8037b0562b0a6f6fdd9fd9b05f setup.py
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
 
 Platforms: Linux, Win32, OSX
 
-Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy-1.5
+Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy-1.6/1.7
 
 Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/
 
@@ -70,4 +70,4 @@
     return {'console_scripts': l}
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list