From 826d1e6153adf63119c785319ada0dfc7be864c1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 25 Nov 2011 21:34:05 +0000 Subject: [PATCH] fix docstring for setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 489e9f533..3e198d62c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ cross-project testing tool for Python. 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 @@ def make_entry_points(): return {'console_scripts': l} if __name__ == '__main__': - main() \ No newline at end of file + main()