Mercurial > p > roundup > code
comparison setup.py @ 5526:df3f553fa414
Update documentation for Python 3 support (issue 2550968, issue 2550980).
A few obsolete references to Python 2.3 or 2.4 also removed or
updated.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Mon, 03 Sep 2018 00:12:46 +0000 |
| parents | fe1bd8f12a9f |
| children | 48c4704fba8c |
comparison
equal
deleted
inserted
replaced
| 5525:bb7865241f8a | 5526:df3f553fa414 |
|---|---|
| 137 'License :: OSI Approved :: MIT License', | 137 'License :: OSI Approved :: MIT License', |
| 138 'Operating System :: MacOS :: MacOS X', | 138 'Operating System :: MacOS :: MacOS X', |
| 139 'Operating System :: Microsoft :: Windows', | 139 'Operating System :: Microsoft :: Windows', |
| 140 'Operating System :: POSIX', | 140 'Operating System :: POSIX', |
| 141 'Programming Language :: Python', | 141 'Programming Language :: Python', |
| 142 'Programming Language :: Python :: 2 :: Only', | 142 'Programming Language :: Python :: 2', |
| 143 'Programming Language :: Python :: 2.7', | |
| 144 'Programming Language :: Python :: 3', | |
| 145 'Programming Language :: Python :: 3.4', | |
| 146 'Programming Language :: Python :: 3.5', | |
| 147 'Programming Language :: Python :: 3.6', | |
| 143 'Topic :: Communications :: Email', | 148 'Topic :: Communications :: Email', |
| 144 'Topic :: Office/Business', | 149 'Topic :: Office/Business', |
| 145 'Topic :: Software Development :: Bug Tracking', | 150 'Topic :: Software Development :: Bug Tracking', |
| 146 ], | 151 ], |
| 147 | 152 |
