Mercurial > p > roundup > code
comparison setup.py @ 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 | 85dfe17c182e |
| children | 002119646555 |
comparison
equal
deleted
inserted
replaced
| 4689:7a032013bb6a | 4690:9ead86b4fe71 |
|---|---|
| 123 'Environment :: Console', | 123 'Environment :: Console', |
| 124 'Environment :: Web Environment', | 124 'Environment :: Web Environment', |
| 125 'Intended Audience :: End Users/Desktop', | 125 'Intended Audience :: End Users/Desktop', |
| 126 'Intended Audience :: Developers', | 126 'Intended Audience :: Developers', |
| 127 'Intended Audience :: System Administrators', | 127 'Intended Audience :: System Administrators', |
| 128 'License :: OSI Approved :: Python Software Foundation License', | 128 'License :: OSI Approved :: MIT License', |
| 129 'Operating System :: MacOS :: MacOS X', | 129 'Operating System :: MacOS :: MacOS X', |
| 130 'Operating System :: Microsoft :: Windows', | 130 'Operating System :: Microsoft :: Windows', |
| 131 'Operating System :: POSIX', | 131 'Operating System :: POSIX', |
| 132 'Programming Language :: Python', | 132 'Programming Language :: Python', |
| 133 'Topic :: Communications :: Email', | 133 'Topic :: Communications :: Email', |
