diff gamelib/version.py @ 177:fd9e84efe325

Fix license reference and topic trove classifiers.
author Simon Cross <simon@simonx>
date Wed, 25 Aug 2010 15:45:12 +0200
parents 2854aa4f5ac2
children dfaf1a9a3ced
line wrap: on
line diff
--- a/gamelib/version.py	Wed Aug 25 13:56:38 2010 +0200
+++ b/gamelib/version.py	Wed Aug 25 15:45:12 2010 +0200
@@ -46,7 +46,7 @@
 # SOURCEFORGE_URL = 'http://sourceforge.net/projects/XXXX/'
 # PYPI_URL = 'http://pypi.python.org/pypi/XXXX/'
 
-LICENSE = 'GPL'
+LICENSE = 'MIT'
 # LICENSE_TEXT = resource_string(__name__, 'COPYING')
 
 CLASSIFIERS = [
@@ -55,14 +55,14 @@
     'Environment :: Win32 (MS Windows)',
     'Environment :: X11 Applications',
     'Intended Audience :: End Users/Desktop',
-    'License :: OSI Approved :: GNU General Public License (GPL)',
+    'License :: OSI Approved :: MIT License',
     'Natural Language :: English',
     'Operating System :: Microsoft :: Windows',
     'Operating System :: POSIX',
     'Operating System :: MacOS :: MacOS X',
     'Programming Language :: Python :: 2.5',
     'Programming Language :: Python :: 2.6',
-    'Topic :: Games/Entertainment :: Turn Based Strategy',
+    'Topic :: Games/Entertainment :: Role-Playing',
 ]
 
 PLATFORMS = [