comparison setup.py @ 6695:b3ba03d2b214 2.2.0b1

2.2.0b1 release changes
author John Rouillard <rouilj@ieee.org>
date Wed, 15 Jun 2022 09:58:31 -0400
parents 4b627102b344
children 9288a08dbca4
comparison
equal deleted inserted replaced
6694:51865a1ee765 6695:b3ba03d2b214
184 " with command-line, web and e-mail interfaces. Highly" 184 " with command-line, web and e-mail interfaces. Highly"
185 " customisable.", 185 " customisable.",
186 long_description=long_description, 186 long_description=long_description,
187 url='https://www.roundup-tracker.org', 187 url='https://www.roundup-tracker.org',
188 download_url='https://pypi.org/project/roundup', 188 download_url='https://pypi.org/project/roundup',
189 classifiers=['Development Status :: 5 - Production/Stable', 189 classifiers=[#'Development Status :: 5 - Production/Stable',
190 #'Development Status :: 4 - Beta', 190 'Development Status :: 4 - Beta',
191 #'Development Status :: 3 - Alpha', 191 #'Development Status :: 3 - Alpha',
192 'Environment :: Console', 192 'Environment :: Console',
193 'Environment :: Web Environment', 193 'Environment :: Web Environment',
194 'Intended Audience :: Customer Service', 194 'Intended Audience :: Customer Service',
195 'Intended Audience :: Information Technology', 195 'Intended Audience :: Information Technology',
202 'Operating System :: POSIX', 202 'Operating System :: POSIX',
203 'Programming Language :: Python', 203 'Programming Language :: Python',
204 'Programming Language :: Python :: 2', 204 'Programming Language :: Python :: 2',
205 'Programming Language :: Python :: 2.7', 205 'Programming Language :: Python :: 2.7',
206 'Programming Language :: Python :: 3', 206 'Programming Language :: Python :: 3',
207 'Programming Language :: Python :: 3.4',
208 'Programming Language :: Python :: 3.5',
209 'Programming Language :: Python :: 3.6', 207 'Programming Language :: Python :: 3.6',
210 'Programming Language :: Python :: 3.7', 208 'Programming Language :: Python :: 3.7',
211 'Programming Language :: Python :: 3.8', 209 'Programming Language :: Python :: 3.8',
212 'Programming Language :: Python :: 3.9', 210 'Programming Language :: Python :: 3.9',
211 'Programming Language :: Python :: 3.10',
213 'Topic :: Communications :: Email', 212 'Topic :: Communications :: Email',
214 'Topic :: Office/Business', 213 'Topic :: Office/Business',
215 'Topic :: Software Development :: Bug Tracking', 214 'Topic :: Software Development :: Bug Tracking',
216 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 215 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
217 ], 216 ],

Roundup Issue Tracker: http://roundup-tracker.org/