# HG changeset patch # User Stefano Rivera # Date 1301836172 -7200 # Node ID f0c108bee0b2d6b75492240c9bf0d1578e697a01 # Parent a6fa1fd8111cdaa7c8bf327b5d6f664e1c362cf2 Supporting Python 2.[67] diff -r a6fa1fd8111c -r f0c108bee0b2 README.txt --- a/README.txt Sun Apr 03 13:47:22 2011 +0200 +++ b/README.txt Sun Apr 03 15:09:32 2011 +0200 @@ -7,6 +7,10 @@ Members: YOUR TEAM MEMBERS (leave the "Members: bit") License: see LICENSE.txt +Dependancies +------------ + +Python >= 2.6 (not Python 3) Running the Game ---------------- diff -r a6fa1fd8111c -r f0c108bee0b2 setup.py --- a/setup.py Sun Apr 03 13:47:22 2011 +0200 +++ b/setup.py Sun Apr 03 15:09:32 2011 +0200 @@ -32,13 +32,8 @@ 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.0', - 'Programming Language :: Python :: 3.1', - 'Programming Language :: Python :: 3.2', 'Topic :: Software Development :: Libraries :: pygame', 'Topic :: Games/Entertainment :: Real Time Strategy', ],