comparison 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
comparison
equal deleted inserted replaced
176:c6ea3b11514c 177:fd9e84efe325
44 ] 44 ]
45 45
46 # SOURCEFORGE_URL = 'http://sourceforge.net/projects/XXXX/' 46 # SOURCEFORGE_URL = 'http://sourceforge.net/projects/XXXX/'
47 # PYPI_URL = 'http://pypi.python.org/pypi/XXXX/' 47 # PYPI_URL = 'http://pypi.python.org/pypi/XXXX/'
48 48
49 LICENSE = 'GPL' 49 LICENSE = 'MIT'
50 # LICENSE_TEXT = resource_string(__name__, 'COPYING') 50 # LICENSE_TEXT = resource_string(__name__, 'COPYING')
51 51
52 CLASSIFIERS = [ 52 CLASSIFIERS = [
53 'Development Status :: 4 - Beta', 53 'Development Status :: 4 - Beta',
54 'Environment :: MacOS X', 54 'Environment :: MacOS X',
55 'Environment :: Win32 (MS Windows)', 55 'Environment :: Win32 (MS Windows)',
56 'Environment :: X11 Applications', 56 'Environment :: X11 Applications',
57 'Intended Audience :: End Users/Desktop', 57 'Intended Audience :: End Users/Desktop',
58 'License :: OSI Approved :: GNU General Public License (GPL)', 58 'License :: OSI Approved :: MIT License',
59 'Natural Language :: English', 59 'Natural Language :: English',
60 'Operating System :: Microsoft :: Windows', 60 'Operating System :: Microsoft :: Windows',
61 'Operating System :: POSIX', 61 'Operating System :: POSIX',
62 'Operating System :: MacOS :: MacOS X', 62 'Operating System :: MacOS :: MacOS X',
63 'Programming Language :: Python :: 2.5', 63 'Programming Language :: Python :: 2.5',
64 'Programming Language :: Python :: 2.6', 64 'Programming Language :: Python :: 2.6',
65 'Topic :: Games/Entertainment :: Turn Based Strategy', 65 'Topic :: Games/Entertainment :: Role-Playing',
66 ] 66 ]
67 67
68 PLATFORMS = [ 68 PLATFORMS = [
69 'Linux', 69 'Linux',
70 'Mac OS X', 70 'Mac OS X',