Mercurial > p > roundup > code
diff setup.py @ 8379:3648c5ae2c25
build: prep for release.
set as production release.
remove python 2 references.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 11 Jul 2025 22:33:07 -0400 |
| parents | e25a4e199568 |
| children | 9c3ec0a5c7fc |
line wrap: on
line diff
--- a/setup.py Fri Jul 11 22:32:15 2025 -0400 +++ b/setup.py Fri Jul 11 22:33:07 2025 -0400 @@ -212,8 +212,8 @@ setup(name='roundup', author="Richard Jones", author_email="richard@users.sourceforge.net", - 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', @@ -230,8 +230,6 @@ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',
