Author: ArcRiley Date: 2009-01-01 12:43:41 -0500 (Thu, 01 Jan 2009) New Revision: 1402
Modified: trunk/pysoy/setup.py Log: Updating licence classifier for pypi Modified: trunk/pysoy/setup.py =================================================================== --- trunk/pysoy/setup.py 2009-01-01 17:04:51 UTC (rev 1401) +++ trunk/pysoy/setup.py 2009-01-01 17:43:41 UTC (rev 1402) @@ -190,6 +190,7 @@ classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU Affero General Public License v3', 'Natural Language :: English', 'Topic :: Education', 'Topic :: Games/Entertainment', @@ -197,7 +198,7 @@ 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Human Machine Interfaces', 'Topic :: Scientific/Engineering :: Visualization', - 'License :: OSI Approved :: GNU Affero General Public License (AGPL)' ], + ], license = 'GNU Affero General Public License version 3 (AGPLv3)', # This is so we can have code written in C thrown in with our Pyrex code. # (This is used in particular to access the Windows API without binding _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn