Mercurial > p > roundup > code
diff setup.py @ 8069:4f07d7835019
build: some work from RELEASE.txt for 2.4.0 release.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 09 Jul 2024 15:30:56 -0400 |
| parents | a377590eba34 |
| children | a73c88154a68 |
line wrap: on
line diff
--- a/setup.py Tue Jul 09 15:16:23 2024 -0400 +++ b/setup.py Tue Jul 09 15:30:56 2024 -0400 @@ -218,8 +218,8 @@ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", 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',
