Mercurial > p > roundup > code
diff setup.py @ 6782:a1868fe784d0
Changes for release 2.2.0.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 12 Jul 2022 23:18:19 -0400 |
| parents | 3c198cd7c24e |
| children | 01a6725f8485 |
line wrap: on
line diff
--- a/setup.py Tue Jul 12 21:58:34 2022 -0400 +++ b/setup.py Tue Jul 12 23:18:19 2022 -0400 @@ -198,8 +198,8 @@ long_description_content_type='text/x-rst', url='https://www.roundup-tracker.org', download_url='https://pypi.org/project/roundup', - classifiers=[#'Development Status :: 5 - Production/Stable', - 'Development Status :: 4 - Beta', + classifiers=['Development Status :: 5 - Production/Stable', + #'Development Status :: 4 - Beta', #'Development Status :: 3 - Alpha', 'Environment :: Console', 'Environment :: Web Environment',
