Mercurial > p > roundup > code
comparison setup.py @ 8002:a377590eba34
changes for 2.4.0b0 release
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 May 2024 20:57:28 -0400 |
| parents | 8bf56686f763 |
| children | 4f07d7835019 |
comparison
equal
deleted
inserted
replaced
| 8001:53605535ddfc | 8002:a377590eba34 |
|---|---|
| 216 long_description=long_description, | 216 long_description=long_description, |
| 217 long_description_content_type='text/x-rst', | 217 long_description_content_type='text/x-rst', |
| 218 python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", | 218 python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", |
| 219 url='https://www.roundup-tracker.org', | 219 url='https://www.roundup-tracker.org', |
| 220 download_url='https://pypi.org/project/roundup', | 220 download_url='https://pypi.org/project/roundup', |
| 221 classifiers=['Development Status :: 5 - Production/Stable', | 221 classifiers=[#'Development Status :: 5 - Production/Stable', |
| 222 #'Development Status :: 4 - Beta', | 222 'Development Status :: 4 - Beta', |
| 223 #'Development Status :: 3 - Alpha', | 223 #'Development Status :: 3 - Alpha', |
| 224 'Environment :: Console', | 224 'Environment :: Console', |
| 225 'Environment :: Web Environment', | 225 'Environment :: Web Environment', |
| 226 'Intended Audience :: Customer Service', | 226 'Intended Audience :: Customer Service', |
| 227 'Intended Audience :: Information Technology', | 227 'Intended Audience :: Information Technology', |
| 244 'Programming Language :: Python :: 3.8', | 244 'Programming Language :: Python :: 3.8', |
| 245 'Programming Language :: Python :: 3.9', | 245 'Programming Language :: Python :: 3.9', |
| 246 'Programming Language :: Python :: 3.10', | 246 'Programming Language :: Python :: 3.10', |
| 247 'Programming Language :: Python :: 3.11', | 247 'Programming Language :: Python :: 3.11', |
| 248 'Programming Language :: Python :: 3.12', | 248 'Programming Language :: Python :: 3.12', |
| 249 'Programming Language :: Python :: 3.13', | |
| 249 'Programming Language :: Python :: Implementation :: CPython', | 250 'Programming Language :: Python :: Implementation :: CPython', |
| 250 'Topic :: Communications :: Email', | 251 'Topic :: Communications :: Email', |
| 251 'Topic :: Office/Business', | 252 'Topic :: Office/Business', |
| 252 'Topic :: Software Development :: Bug Tracking', | 253 'Topic :: Software Development :: Bug Tracking', |
| 253 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', | 254 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', |
