Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/setup.py Wed Jun 15 09:51:32 2022 -0400 +++ b/setup.py Wed Jun 15 09:58:31 2022 -0400 @@ -186,8 +186,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', @@ -204,12 +204,11 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Communications :: Email', 'Topic :: Office/Business', 'Topic :: Software Development :: Bug Tracking',
