Mercurial > p > roundup > code
diff setup.py @ 6456:cbc18a8bc61f 2.1.0
Changes for release of version 2.1.0.
Updates specified in RELEASE.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 12 Jul 2021 23:21:12 -0400 |
| parents | 5296d27ac97c |
| children | f961dbbc3573 |
line wrap: on
line diff
--- a/setup.py Sun Jul 11 17:10:03 2021 -0400 +++ b/setup.py Mon Jul 12 23:21:12 2021 -0400 @@ -173,8 +173,8 @@ long_description=long_description, 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',
