# HG changeset patch # User anatoly techtonik # Date 1354145266 -10800 # Node ID 9ead86b4fe71fc3292bca2b3fe02e368019f6edb # Parent 7a032013bb6a4709a401cc04bf983284d1fbd4d6 setup.py: Fix trove classifier. Roundup uses MIT license, not PSF. diff -r 7a032013bb6a -r 9ead86b4fe71 setup.py --- a/setup.py Sun Jul 08 17:54:29 2012 +0300 +++ b/setup.py Thu Nov 29 02:27:46 2012 +0300 @@ -125,7 +125,7 @@ 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', - 'License :: OSI Approved :: Python Software Foundation License', + 'License :: OSI Approved :: MIT License', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX',