changeset 3:f0c108bee0b2

Supporting Python 2.[67]
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 03 Apr 2011 15:09:32 +0200
parents a6fa1fd8111c
children 10fc270b6dbf
files README.txt setup.py
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 ----------------
--- 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',
     ],