# HG changeset patch # User Simon Cross # Date 1282743912 -7200 # Node ID fd9e84efe325eadd0cc64991826ae50e8c51f1e6 # Parent c6ea3b11514ce63c139d55f77586b9fe024e32cc Fix license reference and topic trove classifiers. diff -r c6ea3b11514c -r fd9e84efe325 gamelib/version.py --- 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 = [