Mercurial > p > roundup > code
comparison setup.py @ 8379:3648c5ae2c25
build: prep for release.
set as production release.
remove python 2 references.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 11 Jul 2025 22:33:07 -0400 |
| parents | e25a4e199568 |
| children | 9c3ec0a5c7fc |
comparison
equal
deleted
inserted
replaced
| 8378:118897c90d4e | 8379:3648c5ae2c25 |
|---|---|
| 210 sys.exit(42) | 210 sys.exit(42) |
| 211 | 211 |
| 212 setup(name='roundup', | 212 setup(name='roundup', |
| 213 author="Richard Jones", | 213 author="Richard Jones", |
| 214 author_email="richard@users.sourceforge.net", | 214 author_email="richard@users.sourceforge.net", |
| 215 classifiers=[#'Development Status :: 5 - Production/Stable', | 215 classifiers=['Development Status :: 5 - Production/Stable', |
| 216 'Development Status :: 4 - Beta', | 216 #'Development Status :: 4 - Beta', |
| 217 #'Development Status :: 3 - Alpha', | 217 #'Development Status :: 3 - Alpha', |
| 218 'Environment :: Console', | 218 'Environment :: Console', |
| 219 'Environment :: Web Environment', | 219 'Environment :: Web Environment', |
| 220 'Intended Audience :: Customer Service', | 220 'Intended Audience :: Customer Service', |
| 221 'Intended Audience :: Information Technology', | 221 'Intended Audience :: Information Technology', |
| 228 'License :: OSI Approved :: Python Software Foundation License', | 228 'License :: OSI Approved :: Python Software Foundation License', |
| 229 'Operating System :: MacOS :: MacOS X', | 229 'Operating System :: MacOS :: MacOS X', |
| 230 'Operating System :: Microsoft :: Windows', | 230 'Operating System :: Microsoft :: Windows', |
| 231 'Operating System :: POSIX', | 231 'Operating System :: POSIX', |
| 232 'Programming Language :: Python', | 232 'Programming Language :: Python', |
| 233 'Programming Language :: Python :: 2', | |
| 234 'Programming Language :: Python :: 2.7', | |
| 235 'Programming Language :: Python :: 3', | 233 'Programming Language :: Python :: 3', |
| 236 'Programming Language :: Python :: 3.7', | 234 'Programming Language :: Python :: 3.7', |
| 237 'Programming Language :: Python :: 3.8', | 235 'Programming Language :: Python :: 3.8', |
| 238 'Programming Language :: Python :: 3.9', | 236 'Programming Language :: Python :: 3.9', |
| 239 'Programming Language :: Python :: 3.10', | 237 'Programming Language :: Python :: 3.10', |
