Mercurial > p > roundup > code
changeset 4690:9ead86b4fe71
setup.py: Fix trove classifier. Roundup uses MIT license, not PSF.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Thu, 29 Nov 2012 02:27:46 +0300 |
| parents | 7a032013bb6a |
| children | 4545225c449d |
| files | setup.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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',
